Skip to content
Snippets Groups Projects
Commit 68668a8e authored by jkerdreu's avatar jkerdreu
Browse files

Sensor HT Missing

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2377 b32b6428-25c9-4566-ad07-03861ab6144f
parent cf071bbb
Branches
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ def find_device_class(model):
return devices.RelayController
if model == 'lumi.ctrl_dualchn':
return devices.RelayController
# MC 24/09/2019
if model =='sensor_ht':
return devices.SensorHT
return None
class GW(gevent.Greenlet):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment