{% extends "layout.html" %} {% block title %}OptiWarm - Warming Rule Types{% endblock %} {% block content %}

Warming Rule Types

Add Rule Type
{% if rule_types %}
{% for rule_type in rule_types %} {% endfor %}
Name Priority Place Types Rules Actions
{{ rule_type.name }} {{ rule_type.priority }} {{ rule_type.place_types|length }} {{ rule_type.rules|length }}
{% else %} {% endif %}
About Warming Rule Types

Warming rule types define categories of heating rules that can be applied to different place types:

Each rule type can have multiple specific rules defining temperature thresholds and schedules.

{% endblock %}