piswitch
Version:
Use your Raspberry Pi to control 433 MHz RC power sockets. Inspired by RC-Switch for Arduino.
29 lines (28 loc) • 589 B
JSON
{
"name": "piswitch",
"version": "1.2.3",
"repository": {
"type": "git",
"url": "git@github.com:tjanson/PiSwitch.git"
},
"description": "Use your Raspberry Pi to control 433 MHz RC power sockets. Inspired by RC-Switch for Arduino.",
"main": "piswitch.js",
"dependencies": {
"wiring-pi": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"raspberrypi",
"raspberry",
"pi",
"gpio",
"rc",
"rcswitch",
"rc-switch",
"outlet"
],
"author": "tjanson",
"license": "LGPL-3.0+"
}