If a device attribute returns a JSON value, i.e.,
{
"name": "propertyname",
"type": "string",
"level": "one"
}
Is there any way to map the attribute within the Rules API so that a rule can check if “level” is equal to “one”?
Tagging @orangebucket , because if anyone would know…