예제 #1
0
 public ZoneEntity(INetDaemonReactive daemon, IEnumerable <string> entityIds) : base(daemon, entityIds)
 {
 }
예제 #2
0
 public BinarySensorEntity(INetDaemonReactive daemon, IEnumerable <string> entityIds) : base(daemon, entityIds)
 {
 }
예제 #3
0
 public InputSelectEntity(INetDaemonReactive daemon, IEnumerable <string> entityIds) : base(daemon, entityIds)
 {
 }
예제 #4
0
 public PersistentNotificationEntity(INetDaemonReactive daemon, IEnumerable <string> entityIds) : base(daemon, entityIds)
 {
 }
예제 #5
0
 public MediaPlayerEntity(INetDaemonReactive daemon, IEnumerable <string> entityIds) : base(daemon, entityIds)
 {
 }