Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 311 Bytes

On---Off-LED.md

File metadata and controls

11 lines (8 loc) · 311 Bytes

ON

DeviceInfo.currentDevice.setLedColor("red", 1); DeviceInfo.currentDevice.setLedColor("green", 1); DeviceInfo.currentDevice.setLedColor("blue", 1);

OFF

DeviceInfo.currentDevice.setLedColor("red", 0); DeviceInfo.currentDevice.setLedColor("green", 0); DeviceInfo.currentDevice.setLedColor("blue", 0);