Esempio n. 1
0
 public WeMoDevice(WeMoNetwork network, BasicServicePortTypeClient client, string address)
     : base(network, DeviceType.BinarySwitch)
 {
     Address       = address;
     _binarySwitch = new WeMoBinarySwitch(client);
 }
Esempio n. 2
0
 public WeMoDevice(WeMoNetwork network, BasicServicePortTypeClient client, string address)
     : base(network, DeviceType.BinarySwitch)
 {
     Address = address;
     _binarySwitch = new WeMoBinarySwitch(client);
 }