Search found 1 match

by pics
Monday 10 June 2019 18:46
Forum: Python
Topic: Python plugin: Battery Level for Z-Wave Devices
Replies: 167
Views: 35909

Re: Python plugin: Battery Level for Z-Wave Devices

int(commandclass[1].attrib["value"])

must be change by

int(commandclass[3].attrib["value"])


on line 202 (plugin.py)