Plugin for NEMO allowing to connect to sensors to collect data and set alerts.
python -m install nemo-sensors
in settings.py
add to INSTALLED_APPS
:
INSTALLED_APPS = [
'...',
'NEMO_sensors',
# 'NEMO.apps.sensors' Remove old dependency
'...'
]
Usage instructions go here.
To run the tests:
python runtests.py