Important Disclaimer: Read this before developing applications using this emulator!

Sensor Configuration

Network

Active Staged
{% for item in config.network %} {% endfor %}
{{ item.label }}

Mode

Active Staged
{% for item in config.mode %} {% if item.type == 'dropdown' %} {% elif item.type == 'range' %} {% endif %} {% endfor %}
{{ item.label }}

Timing

Active Staged
{% for item in config.timing %} {% if item.type == 'dropdown' %} {% elif item.type == 'text' %} {% elif item.type == 'checkbox' %} {% endif %} {% endfor %}
{{ item.label }}