Skip to content
Snippets Groups Projects
Commit 6ae75f05 authored by jkerdreu's avatar jkerdreu
Browse files

rssi is better

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3058 b32b6428-25c9-4566-ad07-03861ab6144f
parent d1bed83c
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class NAModule(object): # NWS: netatmo weather station
elif sensor_type=="radiometer" :
return ["radio_status"]
elif sensor_type=="wifimeter" :
return ["wifi_status"]
return ["rssi"]
elif sensor_type=="battery" :
return ["level"]
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment