| 1 |
{
|
|
| 2 |
"name": "node-red-contrib-smart-socket-homekit-adapter", |
|
| 3 |
"version": "0.0.1", |
|
| 4 |
"description": "Node-RED node that consumes canonical HomeBus smart socket power streams and projects them to a HomeKit Outlet while publishing canonical power commands back to HomeBus", |
|
| 5 |
"main": "smart-socket-homekit.js", |
|
| 6 |
"keywords": [ |
|
| 7 |
"node-red", |
|
| 8 |
"homekit", |
|
| 9 |
"homebus", |
|
| 10 |
"smart-socket", |
|
| 11 |
"outlet", |
|
| 12 |
"power" |
|
| 13 |
], |
|
| 14 |
"author": "", |
|
| 15 |
"license": "MIT", |
|
| 16 |
"node-red": {
|
|
| 17 |
"nodes": {
|
|
| 18 |
"smart-socket-homekit-adapter": "smart-socket-homekit.js" |
|
| 19 |
} |
|
| 20 |
} |
|
| 21 |
} |