Skip to content

Commit 867afd5

Browse files
mk-devsspali
authored andcommitted
Add new WB set/request tags to dataTypeMap
Added datatypes for more wallbox (WB) set and request tags in the dataTypeMap
1 parent 958546f commit 867afd5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rscp/tag_datatype.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,14 @@ var dataTypeMap = map[Tag]DataType{
708708
WB_DEVICE_WORKING: Bool,
709709
WB_DEVICE_IN_SERVICE: Bool,
710710
WB_GENERAL_ERROR: Error,
711+
WB_REQ_SET_MAX_CHARGE_CURRENT: UChar8,
712+
WB_SET_MAX_CHARGE_CURRENT: None,
713+
WB_REQ_SET_ABORT_CHARGING: Bool,
714+
WB_SET_ABORT_CHARGING: None,
715+
WB_REQ_SET_SUN_MODE_ACTIVE: Bool,
716+
WB_SET_SUN_MODE_ACTIVE: None,
717+
WB_REQ_SET_NUMBER_PHASES: UChar8,
718+
WB_SET_NUMBER_PHASES: None,
711719
}
712720

713721
// DataType returns the data type expected for the tag

0 commit comments

Comments
 (0)