mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 02:46:50 +01:00
add state string for INITIALIZED
This commit is contained in:
parent
2b1157ca67
commit
7b433f0d18
@ -60,6 +60,8 @@ public class GBDevice {
|
||||
return "connecting";
|
||||
case CONNECTED:
|
||||
return "connected";
|
||||
case INITIALIZED:
|
||||
return "initialized";
|
||||
}
|
||||
return "unknown state";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user