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

rssi

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3059 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6ae75f05
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ class GW:
macId=main_indoor["_id"]
attr={}
data = main_indoor["dashboard_data"]
attr["wifi_status"] = main_indoor["wifi_status"]
attr["rssi"] = main_indoor["wifi_status"]
attr["temperature"] = data["Temperature"]
attr["humidity"] = data["Humidity"]
attr["pressure"] = data["Pressure"]
......
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