mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Allow binary and dimmer switches to be grouped together. Allow a custom host to be sent to the power monitor hubs.
This commit is contained in:
@@ -14,7 +14,8 @@ public enum HubConfigCharacteristic {
|
||||
Reboot(6, CharacteristicFlag.WRITE),
|
||||
AccountId(7, CharacteristicFlag.READ),
|
||||
NetworkState(8, CharacteristicFlag.READ),
|
||||
Flash(9, CharacteristicFlag.WRITE);
|
||||
Flash(9, CharacteristicFlag.WRITE),
|
||||
Host(10, CharacteristicFlag.WRITE);
|
||||
|
||||
public final int idx;
|
||||
public final UUID uuid;
|
||||
|
||||
Reference in New Issue
Block a user