mirror of
https://github.com/zyphlar/LanternPowerMonitor.git
synced 2024-03-08 14:07:47 +00:00
Allow the pi to be shutdown from the app via bluetooth.
This commit is contained in:
@@ -17,7 +17,8 @@ public enum HubConfigCharacteristic {
|
||||
Flash(9, CharacteristicFlag.WRITE),
|
||||
Host(10, CharacteristicFlag.WRITE),
|
||||
Log(11, CharacteristicFlag.READ),
|
||||
NetworkDetails(12, CharacteristicFlag.READ);
|
||||
NetworkDetails(12, CharacteristicFlag.READ),
|
||||
Shutdown(13, CharacteristicFlag.WRITE);
|
||||
|
||||
public final int idx;
|
||||
public final UUID uuid;
|
||||
|
||||
Reference in New Issue
Block a user