We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958546f commit 867afd5Copy full SHA for 867afd5
rscp/tag_datatype.go
@@ -708,6 +708,14 @@ var dataTypeMap = map[Tag]DataType{
708
WB_DEVICE_WORKING: Bool,
709
WB_DEVICE_IN_SERVICE: Bool,
710
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,
719
}
720
721
// DataType returns the data type expected for the tag
0 commit comments