Skip to content

usnistgov/NEMO-sensors

Repository files navigation

NEMO Sensors

Code style: black PyPI - Python Version PyPI Changelog

Plugin for NEMO allowing to connect to sensors to collect data and set alerts.

Installation

python -m install nemo-sensors

in settings.py add to INSTALLED_APPS:

INSTALLED_APPS = [
    '...',
    'NEMO_sensors',
    # 'NEMO.apps.sensors' Remove old dependency
    '...'
]

Usage

Usage instructions go here.

Tests

To run the tests:

python runtests.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published