LttP: make heartbeep off functional again
This commit is contained in:
parent
a975c8fd00
commit
ee03371dd0
|
@ -126,9 +126,10 @@ class HeartBeep(Choice):
|
||||||
displayname = "Heart Beep Rate"
|
displayname = "Heart Beep Rate"
|
||||||
option_normal = 0
|
option_normal = 0
|
||||||
option_double = 1
|
option_double = 1
|
||||||
option_half = 2,
|
option_half = 2
|
||||||
option_quarter = 3
|
option_quarter = 3
|
||||||
option_off = 4
|
option_off = 4
|
||||||
|
alias_false = 5 # should be removable when interpret_on_off is no longer needed
|
||||||
|
|
||||||
|
|
||||||
class HeartColor(Choice):
|
class HeartColor(Choice):
|
||||||
|
|
Loading…
Reference in New Issue