{% extends "layout.html" %} {% block title %}OptiWarm - Warming Rules for {{ rule_type.name }}{% endblock %} {% block content %}
Name: {{ rule_type.name }}
Priority: {{ rule_type.priority }}
Associated Place Types:
{% if rule_type.place_types %}No place types associated
{% endif %}| Priority | Temperature | Time Range | Days | Actions |
|---|---|---|---|---|
| {{ rule.priority }} | {{ "%.1f"|format(rule.min) }}°C - {{ "%.1f"|format(rule.max) }}°C | {{ rule.time_from }} - {{ rule.time_to }} | {{ rule.day_text }} |
Warming rules define specific temperature settings for different times and days of the week:
Rules with higher priority values will override rules with lower priority when they overlap in time.