0.0.4 • Published 5 years ago

homebridge-phicomm-n1-temperature v0.0.4

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

homebridge-phicomm-n1-temperature

npm version

a homebridge plugin that get Phicomm N1 CPU temperature.

npm.io

Configuration

"accessories": [{
    "accessory": "PhicommN1Temperature",
    "name": "Phicomm N1 CPU Temperature"
}]

If you want temperature value timing update, you can set 'updateInterval' attribute(unit: milliseconds).

"accessories": [{
    "accessory": "PhicommN1Temperature",
    "name": "Phicomm N1 CPU Temperature",
    "updateInterval": 1000
}]