Rename all Steinhart-Hart references to B-param #88
Loading…
Reference in New Issue
No description provided.
Delete Branch "atse/thermostat:b-parameter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Steinhart-Hart equation was changed in code long ago to the B-parameter equation. Rename references to it and the interface accordingly. The
s-h
command is nowb-p
.The reason the name "B-Parameter" equation was chosen over "Beta-Parameter" was due to its easier searchability.
@ -117,2 +117,2 @@
| `s-h` | Show Steinhart-Hart equation parameters |
| `s-h <0/1> <t0/b/r0> <value>` | Set Steinhart-Hart parameter for a channel |
| `b-p` | Show B-Parameter equation parameters |
| `b-p <0/1> <t0/b/r0> <value>` | Set B-Parameter parameter for a channel |
Parameter much? Maybe "coefficient"?
I did a double-take about that as well since there is a duplication of vocabulary there that didn't exist before.
With Steinhart-Hart it makes sense to call them coefficients, but for the B-Parameter equation they really are just arguments involved in the calculation. Perhaps we should call them "arguments" here?
Or simply "Set B-Parameter for a channel".
766c37ab96
tod7462e6791
d7462e6791
to298746c338
298746c338
tobd0f0fe5b7
bd0f0fe5b7
to069d791802