mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 08:28:46 +00:00
Finished adding dim versus on, utf-8 and track state and return on api
calls.
This commit is contained in:
@@ -6,7 +6,7 @@ package com.bwssystems.HABridge.api.hue;
|
||||
*/
|
||||
public class DeviceState {
|
||||
private boolean on;
|
||||
private int bri = 255;
|
||||
private int bri = 0;
|
||||
private String effect;
|
||||
private String alert;
|
||||
private boolean reachable;
|
||||
|
||||
Reference in New Issue
Block a user