├── LICENSE ├── README.md ├── SHELLY_MJS.md ├── central_shutter_switch.js ├── control_rgbw.js ├── cycle_rgbw_colors.js ├── delayed_on_off.js ├── emulate_dimmer_button.js ├── emulate_multiple_dimmers.js ├── emulate_shutter_cycleswitch.js ├── hue_button_control_group.js ├── hue_button_control_light.js ├── hue_button_multipush.js ├── hue_control_color.js ├── hue_switch_control_group.js ├── hue_switch_control_light.js ├── hue_switch_reset.js ├── hue_toggle_switch.js ├── monitor_internet_connection.js ├── monitor_local_consumption.js ├── monitor_remote_consumption.js ├── mopeka.js ├── output_on_off_webhook_emulation.js └── shelly-plus-2pm_switch_controller_hue-relay.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/README.md -------------------------------------------------------------------------------- /SHELLY_MJS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/SHELLY_MJS.md -------------------------------------------------------------------------------- /central_shutter_switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/central_shutter_switch.js -------------------------------------------------------------------------------- /control_rgbw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/control_rgbw.js -------------------------------------------------------------------------------- /cycle_rgbw_colors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/cycle_rgbw_colors.js -------------------------------------------------------------------------------- /delayed_on_off.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/delayed_on_off.js -------------------------------------------------------------------------------- /emulate_dimmer_button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/emulate_dimmer_button.js -------------------------------------------------------------------------------- /emulate_multiple_dimmers.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/emulate_multiple_dimmers.js -------------------------------------------------------------------------------- /emulate_shutter_cycleswitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/emulate_shutter_cycleswitch.js -------------------------------------------------------------------------------- /hue_button_control_group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_button_control_group.js -------------------------------------------------------------------------------- /hue_button_control_light.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_button_control_light.js -------------------------------------------------------------------------------- /hue_button_multipush.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_button_multipush.js -------------------------------------------------------------------------------- /hue_control_color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_control_color.js -------------------------------------------------------------------------------- /hue_switch_control_group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_switch_control_group.js -------------------------------------------------------------------------------- /hue_switch_control_light.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_switch_control_light.js -------------------------------------------------------------------------------- /hue_switch_reset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_switch_reset.js -------------------------------------------------------------------------------- /hue_toggle_switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/hue_toggle_switch.js -------------------------------------------------------------------------------- /monitor_internet_connection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/monitor_internet_connection.js -------------------------------------------------------------------------------- /monitor_local_consumption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/monitor_local_consumption.js -------------------------------------------------------------------------------- /monitor_remote_consumption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/monitor_remote_consumption.js -------------------------------------------------------------------------------- /mopeka.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/mopeka.js -------------------------------------------------------------------------------- /output_on_off_webhook_emulation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/output_on_off_webhook_emulation.js -------------------------------------------------------------------------------- /shelly-plus-2pm_switch_controller_hue-relay.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shelly-tools/shelly-script-examples/HEAD/shelly-plus-2pm_switch_controller_hue-relay.js --------------------------------------------------------------------------------