Example #1
0
 public void AddActuators(string bluetoothDeviceName, List <int> regions, List <int> positivePins, List <int> negativePins)
 {
     if (this.WebSocket.IsAlive)
     {
         this.WebSocket.Send(MessageGenerator.AddActuators(bluetoothDeviceName, regions, positivePins, negativePins));
     }
 }