telldus/3rdparty/tellstickcontroller/examples/power_on_all_lights
2011-11-11 12:02:16 +01:00

16 lines
546 B
Bash
Executable file

#!/bin/sh
#
# Power on every device that control light sources.
#
tellstickController --set bedroom_mythtv_leds on
tellstickController --set bedroom_window on
tellstickController --set kitchen_cabinets on
tellstickController --set livingroom_cabinets on
tellstickController --set livingroom_mythtv_leds on
tellstickController --set livingroom_uplight on
tellstickController --set livingroom_wall_north on
tellstickController --set livingroom_wall_east on
tellstickController --set Livingroom_window on
tellstickController --set study_window on