action
This domain contains variables related to the action view.
{
"button_length": 0,
"button": {},
"state": {},
"on": {},
"off": {},
"text": "",
"url_prefix": "",
"url_suffix": "",
"post_suffix": ""
}
button_length
Length of button variables array / object-array.
- Type:
Integer - Attribute:
Read/Write/Save - Min:
0
button
Action view button configurations.
- Type:
object-arrayofaction-array - Attribute:
Read/Write/Save - Size:
button_length
state
Action view button states.
- Type:
object-arrayofInteger - Attribute:
Read/Write - Size:
button_length - Value:
0 : OFF1 : ON
off
HTTP request when the home buttons are in the OFF state.
- Type:
object-arrayofrequest-array - Attribute:
Read/Write/Save - Size:
button_length
on
HTTP request when the home buttons are in the ON state.
- Type:
object-arrayofrequest-array - Attribute:
Read/Write/Save - Size:
button_length
text
Text displayed on the bottom bar on action screen.
- Type:
String - Attribute:
Read/Write
url_prefix
Text add before url for action http request.
- Type:
String - Attribute:
Read/Write/Save
url_suffix
Text add after url for action http request.
- Type:
String - Attribute:
Read/Write/Save
post_suffix
Text add after post string for action http request.
- Type:
String - Attribute:
Read/Write/Save