-
-
Notifications
You must be signed in to change notification settings - Fork 17
Configuration Item Boolean
Sébastien Gallou edited this page Apr 18, 2017
·
2 revisions
This type describe a boolean data
This field define the type as string
"type" : "bool"
The defaultValue field permit to set the default value of the parameter. If not set the default value is false.
"defaultValue" : "true"
"enabled" : {
"type" : "bool",
"name" : "enabled",
"description" : "Permit to enable the widget",
"defaultValue" : "true"
}
Yadoms -- The ultimate house automation solution