Example #1
0
 public static void SetValue(this CrestronDeviceWithEvents device, string name, bool value)
 {
     device.SetBoolValue(name, value);
 }
Example #2
0
 public static void SetValue(this CrestronDeviceWithEvents device, uint index, bool value)
 {
     device.SetBoolValue(index, value);
 }