Skip to content

Instantly share code, notes, and snippets.

@bbaraban
Created November 24, 2020 15:47
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 bbaraban/418483b98a65e13172740af9f2c4a294 to your computer and use it in GitHub Desktop.
Save bbaraban/418483b98a65e13172740af9f2c4a294 to your computer and use it in GitHub Desktop.
Device Config
{
"type": "dth",
"dashboard": {
"states": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
}
],
"actions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
}
]
},
"detailView": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorControl",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorTemperature",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "organicorange40017.effect",
"version": 1,
"values": [
{
"key": "effect.value",
"enabledValues": [
"solid",
"airpopper",
"rainbow"
]
}
],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorControl",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorTemperature",
"version": 1,
"values": [],
"patch": []
}
],
"actions": [
{
"component": "main",
"capability": "switch",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "switchLevel",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorControl",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "colorTemperature",
"version": 1,
"values": [],
"patch": []
}
]
},
"presentationId": "f14c13b1-6b64-38fc-981c-d64233945d56",
"manufacturerName": "SmartThingsCommunity",
"vid": "f14c13b1-6b64-38fc-981c-d64233945d56",
"mnmn": "SmartThingsCommunity"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment