Skip to content

Commit f186800

Browse files
committed
Machine style exists for GEN3 too.
1 parent 6f9d628 commit f186800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/solax_modbus/plugin_solax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4674,7 +4674,7 @@ def value_function_bms_2_max_charge(initval: int, descr: Any, datadict: dict[str
46744674
1: "Fit",
46754675
},
46764676
register=0x107,
4677-
allowedtypes=AC | HYBRID | GEN4 | GEN5 | GEN6,
4677+
allowedtypes=AC | HYBRID | GEN3 | GEN4 | GEN5 | GEN6,
46784678
entity_category=EntityCategory.DIAGNOSTIC,
46794679
icon="mdi:information",
46804680
),

0 commit comments

Comments
 (0)