Posted by kewlj1313
Hello,
I added the following to clients.py so I could poll temperatures from my onewire sensor... thought you might find it useful also.
def inputtempf(self, channel):
return float(self.sendRequest("GET", "/devices/temp%d/temperature/f" % channel))
Thank you, Kewlj1313
Posted by trouch
Client classes does not reflect yet server possibilities... All new advanced features will be added in all client (including javascript) with the next release. All devices will be wrapped into client classes in a consistent manner.
Posted by trouch
Device classes for everything supported added in r979