-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cffb64
commit 54fdeff
Showing
152 changed files
with
2,283 additions
and
12,577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"id": "flipbackSwitch2", | ||
"title": { | ||
"en": "Switch state temporary", | ||
"nl": "Wijzig status tijdelijk" | ||
}, | ||
"titleFormatted": { | ||
"en": "Switch state of [[relay]] temporary to [[switch]] for [[timer]] seconds", | ||
"nl": "Wijzig status of [[relay]] tijdelijk naar [[switch]] voor [[timer]] seconden" | ||
}, | ||
"hint": { | ||
"en": "Use this card to turn the Shelly 2 ON or OFF but only for the set time in seconds, after the timer it will switch back.", | ||
"nl": "Gebruik deze actie om de Shelly 2 AAN of UIT te schakelen voor de ingestelde duur in seconden, na de timer zal hij terugschakelen." | ||
}, | ||
"args": [ | ||
{ | ||
"name": "relay", | ||
"type": "dropdown", | ||
"placeholder": { | ||
"en": "Relay", | ||
"nl": "Relay" | ||
}, | ||
"values": [ | ||
{ | ||
"id": "0", | ||
"label": { | ||
"en": "Relay 1", | ||
"nl": "Relay 1" | ||
} | ||
}, | ||
{ | ||
"id": "1", | ||
"label": { | ||
"en": "Relay 2", | ||
"nl": "Relay 2" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "switch", | ||
"type": "dropdown", | ||
"placeholder": { | ||
"en": "Temporary switch", | ||
"nl": "Tijdelijk schakelen" | ||
}, | ||
"values": [ | ||
{ | ||
"id": "0", | ||
"label": { | ||
"en": "Switch OFF", | ||
"nl": "Uitschakelen" | ||
} | ||
}, | ||
{ | ||
"id": "1", | ||
"label": { | ||
"en": "Switch ON", | ||
"nl": "Inschakelen" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "timer", | ||
"type": "number", | ||
"placeholder": { | ||
"en": "Duration in seconds", | ||
"nl": "Duur in seconden" | ||
}, | ||
"min": 1, | ||
"max": 120, | ||
"step": 1 | ||
}, | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"placeholder": { | ||
"en": "Select Shelly", | ||
"nl": "Selecteer Shelly" | ||
}, | ||
"filter": "driver_id=shelly2|shelly25|shellyuni" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"id": "flipbackSwitch4", | ||
"title": { | ||
"en": "Switch state temporary", | ||
"nl": "Wijzig status tijdelijk" | ||
}, | ||
"titleFormatted": { | ||
"en": "Switch state of [[relay]] temporary to [[switch]] for [[timer]] seconds", | ||
"nl": "Wijzig status of [[relay]] tijdelijk naar [[switch]] voor [[timer]] seconden" | ||
}, | ||
"hint": { | ||
"en": "Use this card to turn the Shelly 4 Pro ON or OFF but only for the set time in seconds, after the timer it will switch back.", | ||
"nl": "Gebruik deze actie om de Shelly 4 Pro AAN of UIT te schakelen voor de ingestelde duur in seconden, na de timer zal hij terugschakelen." | ||
}, | ||
"args": [ | ||
{ | ||
"name": "relay", | ||
"type": "dropdown", | ||
"placeholder": { | ||
"en": "Relay", | ||
"nl": "Relay" | ||
}, | ||
"values": [ | ||
{ | ||
"id": "0", | ||
"label": { | ||
"en": "Relay 1", | ||
"nl": "Relay 1" | ||
} | ||
}, | ||
{ | ||
"id": "1", | ||
"label": { | ||
"en": "Relay 2", | ||
"nl": "Relay 2" | ||
} | ||
}, | ||
{ | ||
"id": "2", | ||
"label": { | ||
"en": "Relay 3", | ||
"nl": "Relay 3" | ||
} | ||
}, | ||
{ | ||
"id": "3", | ||
"label": { | ||
"en": "Relay 4", | ||
"nl": "Relay 4" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "switch", | ||
"type": "dropdown", | ||
"placeholder": { | ||
"en": "Temporary switch", | ||
"nl": "Tijdelijk schakelen" | ||
}, | ||
"values": [ | ||
{ | ||
"id": "0", | ||
"label": { | ||
"en": "Switch OFF", | ||
"nl": "Uitschakelen" | ||
} | ||
}, | ||
{ | ||
"id": "1", | ||
"label": { | ||
"en": "Switch ON", | ||
"nl": "Inschakelen" | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "timer", | ||
"type": "number", | ||
"placeholder": { | ||
"en": "Duration in seconds", | ||
"nl": "Duur in seconden" | ||
}, | ||
"min": 1, | ||
"step": 1 | ||
}, | ||
{ | ||
"name": "device", | ||
"type": "device", | ||
"placeholder": { | ||
"en": "Select Shelly", | ||
"nl": "Selecteer Shelly" | ||
}, | ||
"filter": "driver_id=shelly4pro" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.