d7b088ebe1
send_command: Remove "activater"
...
Interpret commands anomalies directly in send_command instead
2024-08-14 15:59:04 +08:00
db9b39c95a
send_command: Simplify "pid_autotune" parameters
2024-08-14 15:59:04 +08:00
40ee7e3d6f
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 15:59:04 +08:00
3ca8b725cd
send_command: Remove unnecessary redirection
...
The child at inner_param's childpath to the root parameter... is just
inner_param itself.
2024-08-14 15:59:04 +08:00
c77f131afd
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 15:59:04 +08:00
92004b2a47
send_command: Use in
syntax
...
More concisely checks for key existance in `dict`
2024-08-14 15:58:52 +08:00