Skip to content

Commit

Permalink
fix ScheduleScene scene filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ronie-z-wave committed Mar 22, 2018
1 parent eb82ffc commit ffdae98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ScheduledScene/module.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"items": {
"field": "enum",
"datasource": "namespaces",
"enum": "namespaces:devices_toggleButton:none:deviceId",
"enum": "namespaces:devices_toggleButton:deviceId",
"required": true
}
}
Expand Down Expand Up @@ -287,7 +287,7 @@
"type": "select",
"datasource": "namespaces",
"field": "optionLabels",
"optionLabels": "namespaces:devices_toggleButton:none:deviceName"
"optionLabels": "namespaces:devices_toggleButton:deviceName"
}
}
}
Expand Down

0 comments on commit ffdae98

Please sign in to comment.