-
-
Notifications
You must be signed in to change notification settings - Fork 17
Configuration Item Integer
Sébastien Gallou edited this page Apr 18, 2017
·
3 revisions
This type describe an integer data.
This field define the type as int
"type" : "int"
The defaultValue field permit to set the default value of the parameter it must be set between min and max allowed value if defined. If not set the default value is 0 rounded by max and min values.
"defaultValue" : "5"
It define the min and max values that can be setted in the parameter.
"maximumValue" : "23",
"minimumValue" : "0"
"offsetHour" : {
"type" : "int",
"name" : "hour offset",
"description" : "used to make an offset on the time in hour",
"defaultValue" : "0",
"maximumValue" : "23",
"minimumValue" : "0"
}
Yadoms -- The ultimate house automation solution