rsg98 / homebridge-gpio-wpi2

Homebridge Raspberry Pi GPIO Platform (API 2) Plugin - using WiringPi as a backend
48 stars 16 forks source link

Fix Inverted, Updated Readme #45

Closed jvmahon closed 6 years ago

jvmahon commented 6 years ago

Fixed processing of "inverted" configuration in config.json. Previously code only accepted the string "true" as a true value; updated to also accept Boolean true.

Also updated Readme file to explain use of "type" field and updated package.json number for npm publishing purposes