Azure / connectthedots

Connect tiny devices to Microsoft Azure services to build IoT solutions
http://connectthedots.io
MIT License
399 stars 274 forks source link

Modify BLEMoisture SensorAgent.py to use config file #194

Closed spyrossak closed 7 years ago

spyrossak commented 8 years ago

Modify SensorAgent.py to read CSV Move Org, Disp, etc from .py to CSV. Remove hard coding of measure and units from JSON print statement - make it so user neve has to modify Python file. Add various reserved field names to CSV, analogous to those used for Arduino project, plus MAC address of sensor.. Modify SensorAgent.py to display unknown MAC in display name. Add flag to send/not send unknown MAC in JSON

olivierbloch commented 7 years ago

Stale