Skip to content

saury/homebridge-raspberrypi-temperature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-raspberrypi-temperature

npm version

a homebridge plugin that get RaspberryPi CPU temperature.

Configuration

"accessories": [{
    "accessory": "RaspberryPiTemperature",
    "name": "RaspberryPi CPU Temperature"
}]

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

"accessories": [{
    "accessory": "RaspberryPiTemperature",
    "name": "RaspberryPi CPU Temperature",
    "updateInterval": 1000
}]

Version Logs

0.0.6

1.update 'package.json'.

0.0.5

1.add timing update value features.

0.0.4

1.optimized code.

0.0.3

1.fixed bug.

0.0.2

1.publish to www.npmjs.com.

0.0.1

1.get RaspberryPi CPU temperature.

About

a homebridge plugin that gets raspberry pi CPU temperatures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%