forked from asterics/AsTeRICS-Grid-Boards
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlive_predefined_actions_beta.json
More file actions
1 lines (1 loc) · 3.71 KB
/
live_predefined_actions_beta.json
File metadata and controls
1 lines (1 loc) · 3.71 KB
1
[{"id":"Shelly_1PM_Gen1_HTTP_API","name":"Shelly 1PM","actions":[{"name":"cloudControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"cloudAddress","type":"text","placeholder":"likeShellyCloudUrl","autoStartWith":["https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"deviceId","type":"text","placeholder":"likeShellyDeviceId"},{"name":"authCloudKey","type":"text","placeholder":"likeShellyAuthKey"}],"presets":{"method":"POST","restUrl":"${cloudAddress}/device/relay/control","contentType":"application/x-www-form-urlencoded","body":"channel=0&turn=${actionType}&auth_key=${authCloudKey}&id=${deviceId}"}},{"name":"localControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"deviceAddress","type":"text","placeholder":"likeLocalAddress","autoStartWith":["http://","https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"timerSeconds","type":"number","min":0}],"presets":{"method":"GET","restUrl":"${deviceAddress}/relay/0?turn=${actionType}&timer=${timerSeconds}","noCorsMode":true}}]},{"id":"Shelly_2PM_Gen1_HTTP_API","name":"Shelly 2PM","actions":[{"name":"cloudControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"channel","type":"number","min":0,"placeholder":"<0> or <1>"},{"name":"cloudAddress","type":"text","placeholder":"likeShellyCloudUrl","autoStartWith":["https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"deviceId","type":"text","placeholder":"likeShellyDeviceId"},{"name":"authCloudKey","type":"text","placeholder":"likeShellyAuthKey"}],"presets":{"method":"POST","restUrl":"${cloudAddress}/device/relay/control","contentType":"application/x-www-form-urlencoded","body":"channel=${channel}&turn=${actionType}&auth_key=${authCloudKey}&id=${deviceId}"}},{"name":"localControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"deviceAddress","type":"text","placeholder":"likeLocalAddress","autoStartWith":["http://","https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"timerSeconds","type":"number","min":0},{"name":"channel","type":"number","min":0,"placeholder":"<0> or <1>"}],"presets":{"method":"GET","restUrl":"${deviceAddress}/relay/${channel}?turn=${actionType}&timer=${timerSeconds}","noCorsMode":true}}]},{"id":"Shelly_Plus_Plug_S_Gen1_HTTP_API","name":"Shelly Plug S","actions":[{"name":"cloudControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"cloudAddress","type":"text","placeholder":"likeShellyCloudUrl","autoStartWith":["https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"deviceId","type":"text","placeholder":"likeShellyDeviceId"},{"name":"authCloudKey","type":"text","placeholder":"likeShellyAuthKey"}],"presets":{"method":"POST","restUrl":"${cloudAddress}/device/relay/control","contentType":"application/x-www-form-urlencoded","body":"channel=0&turn=${actionType}&auth_key=${authCloudKey}&id=${deviceId}"}},{"name":"localControl","actionModelName":"GridActionHTTP","customValues":[{"name":"actionType","type":"select","values":["on","off","toggle"]},{"name":"deviceAddress","type":"text","placeholder":"likeLocalAddress","autoStartWith":["http://","https://"],"mustMatch":"\"^(https?:\\/\\/)?(\\d{1,3}\\.){3}\\d{1,3}$\""},{"name":"timerSeconds","type":"number","min":0}],"presets":{"method":"GET","restUrl":"${deviceAddress}/relay/0?turn=${actionType}&timer=${timerSeconds}","noCorsMode":true}}]}]