Exemplo n.º 1
0
 public void Close(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Close);
 }
Exemplo n.º 2
0
 public void Stop(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Stop);
 }
Exemplo n.º 3
0
 public void Open(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Open);
 }