mirror of
https://github.com/MultiMote/niimbluelib.git
synced 2025-03-16 19:41:01 +03:00
Rename AutoShutdownTime values
This commit is contained in:
parent
75baeee37c
commit
8514380849
@ -124,10 +124,14 @@ export enum HeartbeatType {
|
||||
}
|
||||
|
||||
export enum AutoShutdownTime {
|
||||
Shutdown15min = 1,
|
||||
Shutdown30min = 2,
|
||||
Shutdown45min = 3,
|
||||
Shutdown60min = 4,
|
||||
/** Usually 15 minutes. */
|
||||
ShutdownTime1 = 1,
|
||||
/** Usually 30 minutes. */
|
||||
ShutdownTime2 = 2,
|
||||
/** May be 45 or 60 minutes (depending on model). */
|
||||
ShutdownTime3 = 3,
|
||||
/** May be 60 minutes or never (depending on model). */
|
||||
ShutdownTime4 = 4,
|
||||
}
|
||||
|
||||
/** Battery charge level */
|
||||
|
Loading…
x
Reference in New Issue
Block a user