You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maxi Zink edited this page Feb 4, 2022
·
1 revision
Usage
privatevoidupdateLamp(finalHueBridgehueBridge) {
HueLamphueLamp = hueBridge.getLampByName("My Lamp").get();
//The Number Value is a value from 1-100hueLamp.updateSync(LampUpdateType.BRIGHTNESS, 100);
}