-
-
Notifications
You must be signed in to change notification settings - Fork 17
Configuration Item Multiselect Section
Sébastien Gallou edited this page Dec 4, 2023
·
3 revisions
This type allows user to create a list of optional items. Each item can be enable/disable.
This field define the type as a multiSelect section
"type" : "multiSelectSection"
The content section contains an item.
"Protocols": {
"type": "multiSelectSection",
"content": {
"AE Blyss": {
"type": "bool"
}
}
}
The enable/disable state of each item can be provided by the defautValue
tag (default to false if not provided).
"defautValue" : true
"Protocols": {
"type": "multiSelectSection",
"content": {
"AE Blyss": {
"type": "bool",
"defaultValue": true
}
}
}
Yadoms -- The ultimate house automation solution