mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-12 18:57:36 +01:00
switch constants for deep sleep and light sleep to match native miband data
This commit is contained in:
parent
0fa87b9eed
commit
9051e10aad
@ -4,8 +4,8 @@ public class GBActivitySample {
|
||||
public static final byte PROVIDER_MIBAND = 0;
|
||||
public static final byte PROVIDER_PEBBLE_MORPHEUZ = 1;
|
||||
|
||||
public static final byte TYPE_DEEP_SLEEP = 5;
|
||||
public static final byte TYPE_LIGHT_SLEEP = 4;
|
||||
public static final byte TYPE_DEEP_SLEEP = 4;
|
||||
public static final byte TYPE_LIGHT_SLEEP = 5;
|
||||
public static final byte TYPE_UNKNOWN = -1;
|
||||
// add more here
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user