Supereg / homebridge-http-temperature-sensor

Http temperature sensor for Homebridge: https://github.com/homebridge/homebridge
ISC License
31 stars 18 forks source link

Anyway to pass words through instead of numbers? #22

Open ColeDimich opened 2 years ago

ColeDimich commented 2 years ago

I’m trying to figure out if it’s possible to pass a word through instead of a number value? I tried setting the statusPattern regex as "statusPattern": "(Off|Running)" which i thought might enable this but it didn’t seem to have any affect. Is this a possibility? Thank you