opening
This domain contains variables related to the opening view.
{
"device_length": 0,
"device": {},
"up": {},
"down": {},
"stop": {},
"subtext_init": {},
"subtext": {},
"text": "",
"url_prefix": "",
"url_suffix": "",
"post_suffix": ""
}
device_length
Length of opening device variables array / object-array.
- Type:
Integer
- Attribute:
Read/Write/Save
- Min:
0
device
Opening devices configurations.
- Type:
object-array
of
opening-array
- Attribute:
Read/Write/Save
- Size:
device_length
subtext_init
Initialization value of subtext, the value will be applied at the startup of the screen.
- Type:
object-array
of
String
- Attribute:
Read/Write/Save
- Size:
device_length
subtext
Subtext value displayed below the name.
- Type:
object-array
of
String
- Attribute:
Read/Write
- Size:
device_length
up
HTTP requests for UP / LEFT buttons.
- Type:
object-array
of
request-array
- Attribute:
Read/Write/Save
- Size:
device_length
stop
HTTP requests for STOP buttons.
- Type:
object-array
of
request-array
- Attribute:
Read/Write/Save
- Size:
device_length
down
HTTP requests for DOWN / RIGHT buttons.
- Type:
object-array
of
request-array
- Attribute:
Read/Write/Save
- Size:
device_length
text
Text displayed on the bottom bar on opening screen.
- Type:
String
- Attribute:
Read/Write
url_prefix
Text add before url for opening http request.
- Type:
String
- Attribute:
Read/Write/Save
url_suffix
Text add after url for opening http request.
- Type:
String
- Attribute:
Read/Write/Save
post_suffix
Text add after post string for opening http request.
- Type:
String
- Attribute:
Read/Write/Save