Esempio n. 1
0
 public void RemoveActuator(string bluetoothDeviceName, int region)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.RemoveActuator(bluetoothDeviceName, region));
     }
 }