Skip to content
Snippets Groups Projects
Commit 0ad7b579 authored by jkerdreu's avatar jkerdreu
Browse files

fix wrong devtype for humidity

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1525 b32b6428-25c9-4566-ad07-03861ab6144f
parent 38136430
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class Node(object):
temp.new_attribute("temperature")
# hum sensor
hum = build_dev(cfg["addr2"],"humidity.basic")
hum = build_dev(cfg["addr2"],"hygrometer.basic")
hum.info = "SHT21/rh"
hum.hw_id = "%s.3" % ID
hum.new_attribute("humidity")
......@@ -37,11 +37,3 @@ class Node(object):
def get_devices(self):
return self.devs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment