1 contributor
21 lines | 0.565kb
{
  "name": "node-red-contrib-smart-socket-homekit-adapter",
  "version": "0.0.1",
  "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",
  "main": "smart-socket-homekit.js",
  "keywords": [
    "node-red",
    "homekit",
    "homebus",
    "smart-socket",
    "outlet",
    "power"
  ],
  "author": "",
  "license": "MIT",
  "node-red": {
    "nodes": {
      "smart-socket-homekit-adapter": "smart-socket-homekit.js"
    }
  }
}