Skip to content
Snippets Groups Projects
Commit 66da88e2 authored by jkerdreu's avatar jkerdreu
Browse files

Summary: Fix lux error

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2270 b32b6428-25c9-4566-ad07-03861ab6144f
parent 0de82a75
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class ZW100(core.ZDevice):
# zwave values mapping
self.monitor_value('temperature',core.COMMAND_CLASS.SENSOR_MULTILEVEL,1,1)
self.monitor_value('humidity',core.COMMAND_CLASS.SENSOR_MULTILEVEL,1,5)
self.monitor_value('illuminance',core.COMMAND_CLASS.SENSOR_MULTILEVEL,1,3)
self.monitor_value('lux',core.COMMAND_CLASS.SENSOR_MULTILEVEL,1,3)
self.monitor_value('ultraviolet',core.COMMAND_CLASS.SENSOR_MULTILEVEL,1,27)
self.monitor_value('burglar',core.COMMAND_CLASS.ALARM,1,10)
self.monitor_value('battery',core.COMMAND_CLASS.BATTERY,1,0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment