文件名称:rpi-smartthings:使用 SmartThings 控制您的 Raspberry Pi
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-07 10:46:16
JavaScript
rpi-smartthings 使用控制您的 [Raspberry Pi] ( ) 描述 这是一个用于 Raspberry Pi 的服务器,它允许 SmartThings 使用通过本地网络发现它并使用与它通信。 警告 这是一项正在进行的工作,作者不保证这会起作用。 Node.js 安装说明 安装 node.js $ wget http://node-arm.herokuapp.com/node_latest_armhf.deb $ sudo dpkg -i node_latest_armhf.deb 签出此存储库 $ git clone https://github.com/nicholaswilde/rpi-smartthings.git 更改目录 $ cd rpi-smartthings/ 安装节点模块 $ npm install --save 运行节点 $ npm s
【文件预览】:
rpi-smartthings-master
----package.json(368B)
----server.js(4KB)
----LICENSE(1KB)
----.gitignore(587B)
----public()
--------device.xml(743B)
----README.md(1KB)
----scripts()
--------postinstall.js(5KB)