Edward Firmo
2023-08-16 17:03:41 +02:00
committed by GitHub
parent cb0e2aaa4b
commit fcc0477593
16 changed files with 213 additions and 328 deletions

View File

@@ -77,7 +77,7 @@ Variable (string) aux
ID : 22
Scope : local
Text :
Max. Text Size: 100
Max. Text Size: 255
Variable (string) value
Attributes
@@ -106,7 +106,7 @@ Text pin
Text :
Max. Text Size : 25
Text t1
Text title
Attributes
ID : 18
Scope : local
@@ -296,7 +296,7 @@ Button benter
Events
Touch Release Event
aux.txt="{\"domain\": \"keyb_num\", \"key\": "+key.txt+", \"value\": "+value.txt+", \"entity\": \""+entity.txt+"\", \"base_domain\": "+domain.txt+"\"}"
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