Package Exports
- homebridge-nasnos
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-nasnos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
homebridge-nasnos
Homebridge plugin for NASNOS CS8700 (ナスノス Wi-Fiコントローラー).
Usage
"accessories": [
{
"accessory": "NasnosCurtain",
"name": "Curtain",
"index": 1,
"period": 20000,
"ip": "172.16.80.45"
}
]index: The ID of curtain to control, from 1 to 5.period: Time spent to fully open/close the curtain, in milliseconds.ip: The IP address of the NASNOS Wi-Fi Controller.