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