format
This commit is contained in:
parent
52eb723db2
commit
64160d24c2
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ enum class BeepType(val value: Byte) {
|
||||||
|
|
||||||
SILENT(0x00.toByte()),
|
SILENT(0x00.toByte()),
|
||||||
FOUR_TIMES_BIP_BEEP(0x02.toByte()), // Used in low reservoir alert, user expiration alert, expiration alert, imminent expiration alert, lump of coal alert
|
FOUR_TIMES_BIP_BEEP(0x02.toByte()), // Used in low reservoir alert, user expiration alert, expiration alert, imminent expiration alert, lump of coal alert
|
||||||
XXX(0x04.toByte()), // Used during suspend
|
XXX(0x04.toByte()), // Used during suspend
|
||||||
LONG_SINGLE_BEEP(0x06.toByte()); // Used in stop delivery command
|
LONG_SINGLE_BEEP(0x06.toByte()); // Used in stop delivery command
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue