mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 19:38:30 +02:00
Add E-Trailer Gaslevel support to Mopeka Std Check (#5397)
* Add E-Trailer Gaslevel support to Mopeka Std Check Signed-off-by: Philipp Helo Rehs <Philipp.Rehs@hhu.de> * fix format --------- Signed-off-by: Philipp Helo Rehs <Philipp.Rehs@hhu.de> Co-authored-by: Philipp Helo Rehs <Philipp.Rehs@hhu.de>
This commit is contained in:
committed by
Jesse Hills
parent
4622ef770d
commit
2fa7f8c511
@@ -14,6 +14,7 @@ namespace mopeka_std_check {
|
||||
enum SensorType {
|
||||
STANDARD = 0x02,
|
||||
XL = 0x03,
|
||||
ETRAILER = 0x46,
|
||||
};
|
||||
|
||||
// 4 values in one struct so it aligns to 8 byte. One `mopeka_std_values` is 40 bit long.
|
||||
|
||||
Reference in New Issue
Block a user