68709dbf96
send_command: Remove "activater"
...
Interpret commands anomalies directly in send_command instead
2024-08-14 16:03:06 +08:00
50063aa952
send_command: Simplify "pid_autotune" parameters
2024-08-14 16:03:06 +08:00
72bd0cde7f
send_command: Switch to thermostat:set_param
...
Use a `dict` to map values to thermostat parameters, which correspond to
the `set_param` parameters in the pytec client. New tag
"thermostat:set_param" used in JSON.
2024-08-14 16:03:06 +08:00
46923ebdca
send_command: Remove unnecessary redirection
...
The child at inner_param's childpath to the root parameter... is just
inner_param itself.
2024-08-14 16:03:06 +08:00
290965bafb
send_command: Alias data
as new_value
...
Readablility: Once the change is known to bea value change, call the
"data" new_value.
2024-08-14 16:03:06 +08:00
3ee32a5cef
send_command: Use in
syntax
...
More concisely checks for key existence in `dict`
2024-08-14 16:03:00 +08:00