├── README.md ├── blink.js ├── light-switch.js ├── multi-light-switch.js ├── package.json └── server.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/README.md -------------------------------------------------------------------------------- /blink.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/blink.js -------------------------------------------------------------------------------- /light-switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/light-switch.js -------------------------------------------------------------------------------- /multi-light-switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/multi-light-switch.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/package.json -------------------------------------------------------------------------------- /server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anders94/raspberry-pi-home-automation/HEAD/server.js --------------------------------------------------------------------------------