Implements an Alarm Control Panel page on NSPanel. Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/66 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/227 Solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/672 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/299#discussioncomment-4874612 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/issues/64#issuecomment-1566204490 Partially solves https://github.com/Blackymas/NSPanel_HA_Blueprint/discussions/718
327 lines
8.0 KiB
Plaintext
327 lines
8.0 KiB
Plaintext
Page keyb_num
|
|
Attributes
|
|
ID : 0
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID : disabled
|
|
Locked : no
|
|
Swide up page ID : disabled
|
|
Swide down page ID : disabled
|
|
Swide left page ID : disabled
|
|
Swide right page ID: disabled
|
|
|
|
Events
|
|
Preinitialize Event
|
|
dim=home.brightness.val
|
|
if(api==0)
|
|
{
|
|
page page_id.val
|
|
}else
|
|
{
|
|
aux.txt="{\"page\": \"keyb_num\", \"component\": \"currentpage\", \"value\": \"pagechange\", \"entity\": \""+entity.txt+"\"}"
|
|
printh 92
|
|
prints "nspanelevent",0
|
|
printh 00
|
|
prints aux.txt,0
|
|
printh 00
|
|
printh FF FF FF
|
|
}
|
|
|
|
Touch Press Event
|
|
aux.txt="{\"page\": \"keyb_num\", \"component\": \"touchevent\", \"value\": \"press\", \"entity\": \""+entity.txt+"\"}"
|
|
printh 92
|
|
prints "touchevent",0
|
|
printh 00
|
|
prints aux.txt,0
|
|
printh 00
|
|
printh FF FF FF
|
|
|
|
Touch Release Event
|
|
aux.txt="{\"page\": \"keyb_num\", \"component\": \"touchevent\", \"value\": \"release\", \"entity\": \""+entity.txt+"\"}"
|
|
printh 92
|
|
prints "touchevent",0
|
|
printh 00
|
|
prints aux.txt,0
|
|
printh 00
|
|
printh FF FF FF
|
|
|
|
Variable (int32) page_id
|
|
Attributes
|
|
ID : 17
|
|
Scope: local
|
|
Value: 0
|
|
|
|
Variable (string) key
|
|
Attributes
|
|
ID : 19
|
|
Scope : local
|
|
Text :
|
|
Max. Text Size: 10
|
|
|
|
Variable (string) entity
|
|
Attributes
|
|
ID : 20
|
|
Scope : local
|
|
Text :
|
|
Max. Text Size: 100
|
|
|
|
Variable (string) domain
|
|
Attributes
|
|
ID : 21
|
|
Scope : local
|
|
Text : alarm
|
|
Max. Text Size: 10
|
|
|
|
Variable (string) aux
|
|
Attributes
|
|
ID : 22
|
|
Scope : local
|
|
Text :
|
|
Max. Text Size: 255
|
|
|
|
Variable (string) value
|
|
Attributes
|
|
ID : 23
|
|
Scope : local
|
|
Text :
|
|
Max. Text Size: 10
|
|
|
|
Text t0
|
|
Attributes
|
|
ID : 1
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID : disabled
|
|
Associated Keyboard: none
|
|
Text :
|
|
Max. Text Size : 10
|
|
|
|
Text pin
|
|
Attributes
|
|
ID : 2
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID : disabled
|
|
Associated Keyboard: none
|
|
Text :
|
|
Max. Text Size : 25
|
|
|
|
Text title
|
|
Attributes
|
|
ID : 18
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID : disabled
|
|
Associated Keyboard: none
|
|
Text : Alarm
|
|
Max. Text Size : 10
|
|
|
|
Button b1
|
|
Attributes
|
|
ID : 3
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 1
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b1.txt
|
|
|
|
Button bclose
|
|
Attributes
|
|
ID : 4
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : X
|
|
Max. Text Size : 10
|
|
|
|
Events
|
|
Touch Release Event
|
|
page page_id.val
|
|
|
|
Button b2
|
|
Attributes
|
|
ID : 5
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 2
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b2.txt
|
|
|
|
Button b3
|
|
Attributes
|
|
ID : 6
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 3
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b3.txt
|
|
|
|
Button b4
|
|
Attributes
|
|
ID : 7
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 4
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b4.txt
|
|
|
|
Button b5
|
|
Attributes
|
|
ID : 8
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 5
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b5.txt
|
|
|
|
Button b6
|
|
Attributes
|
|
ID : 9
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 6
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b6.txt
|
|
|
|
Button b7
|
|
Attributes
|
|
ID : 10
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 7
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b7.txt
|
|
|
|
Button b8
|
|
Attributes
|
|
ID : 11
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 8
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b8.txt
|
|
|
|
Button b9
|
|
Attributes
|
|
ID : 12
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 9
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b9.txt
|
|
|
|
Button bclear
|
|
Attributes
|
|
ID : 13
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : <
|
|
Max. Text Size : 5
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt=""
|
|
|
|
Button b0
|
|
Attributes
|
|
ID : 14
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : 0
|
|
Max. Text Size : 1
|
|
|
|
Events
|
|
Touch Release Event
|
|
pin.txt+=b0.txt
|
|
|
|
Button benter
|
|
Attributes
|
|
ID : 15
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : OK
|
|
Max. Text Size : 3
|
|
|
|
Events
|
|
Touch Release Event
|
|
aux.txt="{\"domain\": \"keyb_num\", \"key\": \""+key.txt+"\", \"value\": \""+value.txt+"\", \"entity\": \""+entity.txt+"\", \"pin\": \""+pin.txt+"\", \"base_domain\": \""+domain.txt+"\"}"
|
|
printh 92
|
|
prints "localevent",0
|
|
printh 00
|
|
prints aux.txt,0
|
|
printh 00
|
|
printh FF FF FF
|
|
|
|
Button bview
|
|
Attributes
|
|
ID : 16
|
|
Scope : local
|
|
Dragging : 0
|
|
Send Component ID: disabled
|
|
State : unpressed
|
|
Text : O
|
|
Max. Text Size : 3
|
|
|
|
Events
|
|
Touch Press Event
|
|
if(pin.pw==1)
|
|
{
|
|
pin.pw=0
|
|
}else
|
|
{
|
|
pin.pw=1
|
|
}
|
|
|