Skip to content

Instantly share code, notes, and snippets.

@nurikk
Last active October 23, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nurikk/ee9e34a2124a5724f3b1ba95d078917a to your computer and use it in GitHub Desktop.
Save nurikk/ee9e34a2124a5724f3b1ba95d078917a to your computer and use it in GitHub Desktop.
{
"type": "composite",
"name":"device_config",
"features": [
{"type":"numeric","name":"alarm","access":"rw"},
{"type":"numeric","name":"threshold","access":"rw"},
{"type":"numeric","name":"foo","access":"rw"},
{"type":"numeric","name":"saturation","access":"rw"},
]
}
{
"type": "light",
"features": [
{"type":"binary","name":"state","value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","access":"rw"},
{"type":"numeric","name":"brightness","value_min":0,"value_max":254,"access":"rw"},
{"type":"numeric","name":"color_temp","access":"rw"},
{
"type": "color",
"name":"color",
"spaces": ["xy", "hs"],
"features": [
{"type":"numeric","name":"x","access":"rw"},
{"type":"numeric","name":"y","access":"rw"},
{"type":"numeric","name":"hue","access":"rw"},
{"type":"numeric","name":"saturation","access":"rw"},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment