Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "items":
- [
- {
- "uuid": "1111-1111",
- "enabled": true,
- "actions": [
- {
- "action": "on", "time": "08:00", "days": ["weekdays"], "enabled": true
- },
- {
- "action": "off", "time": "09:00", "days": ["weekdays"], "enabled": true
- }
- {
- "action": "on", "time": "08:00", "days": ["weekends"], "enabled": true
- },
- {
- "action": "off", "time": "09:00", "days": ["weekends"], "enabled": true
- }
- ]
- },
- {
- "uuid": "2222-2222",
- "enabled": true,
- "actions": [
- {
- "action": "dim", "level": 100, "time": "08:10", "days": ["all"], "enabled": true
- },
- {
- "action": "fadedown", "starttime": "21:00", "endtime": "22:00", "tolevel":10, "enabled": true, "seq": 1
- },
- {
- "action": "off", "time": "22:00", "enabled": true, "seq": 2
- }
- ]
- },
- {
- "scenario": "Plant lights on",
- "enabled": true,
- "actions": [
- {
- "action": "run", "time": "06:00", "days": ["mo", "we", "sa"], "enabled": true
- },
- {
- "action": "run", "time": "15:00", "days": ["tu", "th", "su"], "enabled": true
- }
- ]
- },
- {
- "group-uuid": "9999-9999",
- "enabled": true,
- "actions": [
- {
- "action": "on", "time": "17:00", "days": ["weekdays"], "enabled": true
- },
- {
- "action": "off", "time": "22:00", "days": ["weekdays"], "enabled": true
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment