pre + string fields
This commit is contained in:
parent
326e4de792
commit
0247bcc607
588
Cargo.lock
generated
588
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "tesla-charge-controller"
|
name = "tesla-charge-controller"
|
||||||
version = "1.0.6"
|
version = "1.0.7-prerelease"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MITNFA"
|
license = "MITNFA"
|
||||||
description = "Controls Tesla charge rate based on solar charge data"
|
description = "Controls Tesla charge rate based on solar charge data"
|
||||||
|
@ -30,3 +30,4 @@ prometheus = "0.13"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
serialport = "4.3"
|
serialport = "4.3"
|
||||||
|
libmodbus-rs = "0.8.3"
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
cabin_overheat_protection:
|
cabin_overheat_protection:
|
||||||
FanOnly
|
FanOnly
|
||||||
|
Off
|
||||||
|
On
|
||||||
climate_keeper_mode:
|
climate_keeper_mode:
|
||||||
off
|
off
|
||||||
hvac_auto_request:
|
hvac_auto_request:
|
||||||
|
|
Loading…
Reference in a new issue