Skip to content

Instantly share code, notes, and snippets.

@maggu2810
Created July 17, 2016 07:01
Show Gist options
  • Save maggu2810/9422c6b860c7a4d4a318b659fd2f5d93 to your computer and use it in GitHub Desktop.
Save maggu2810/9422c6b860c7a4d4a318b659fd2f5d93 to your computer and use it in GitHub Desktop.
{
"enabled": true,
"status": {
"status": "IDLE",
"statusDetail": "NONE"
},
"triggers": [
{
"id": "trigger_1",
"label": "Item State Change Trigger",
"description": "This triggers a rule if an items state changed",
"configuration": {
"itemName": "SWITCH_IN_0"
},
"type": "ItemStateChangeTrigger"
},
{
"id": "trigger_2",
"label": "Item State Change Trigger",
"description": "This triggers a rule if an items state changed",
"configuration": {
"itemName": "SWITCH_IN_1"
},
"type": "ItemStateChangeTrigger"
}
],
"conditions": [],
"actions": [],
"configuration": {},
"configDescriptions": [],
"uid": "rule_1",
"name": "T",
"tags": [],
"visibility": "VISIBLE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment