예제 #1
0
 public void Close(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Close);
 }
예제 #2
0
 public void Stop(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Stop);
 }
예제 #3
0
 public void Open(BlindsDevice.BlindsChannel channel)
 {
     _blindsDevice.SendCommand(channel, BlindsDevice.BlindsCommand.Open);
 }