Issue #028 [WontFix/closed] - clients.py enhancement

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


Comment 1

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.


Comment 2

Posted by trouch

Device classes for everything supported added in r979