Fixed typo

This commit is contained in:
Benjamin Vedder 2022-03-03 13:45:27 +01:00
parent c166979c06
commit 35d71907f6
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Get value from BMS. Examples:
(get-bms-val 'bms-temp-adc-num) ; Temperature sensor count
(get-bms-val 'bms-temps-adc 2) ; Get sensor 3 temperature (index starts from 0)
(get-bms-val 'bms-temp-ic) ; Balance IC temperature
(get-bms-val 'bms-temp-hum") ; Humidity sensor temperature
(get-bms-val 'bms-temp-hum) ; Humidity sensor temperature
(get-bms-val 'bms-hum) ; Humidity
(get-bms-val 'bms-temp-cell-max) ; Maximum cell temperature
(get-bms-val 'bms-soc) ; State of charge (0.0 to 1.0)