We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GetVariableResultType.variable
1 parent f5d210b commit b7af4e7Copy full SHA for b7af4e7
ocpp/v201/datatypes.py
@@ -436,7 +436,7 @@ class GetVariableResultType:
436
437
attribute_status: enums.GetVariableStatusType
438
component: ComponentType
439
- variable = VariableType
+ variable: VariableType
440
attribute_type: Optional[enums.AttributeType] = None
441
attribute_value: Optional[str] = None
442
attribute_status_info: Optional[StatusInfoType] = None
0 commit comments