X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F2.0%2FVariables.ts;h=c08e00f0adb3b5f883acefeabc63f2a5ad27e54a;hb=041365be4e6cfcec381c895a203815dd933afff5;hp=59b1b023bfbf6b0362590f6393ab435b77e0b0f8;hpb=69074173770c04bc5e5aa744b655edf9491daa46;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/2.0/Variables.ts b/src/types/ocpp/2.0/Variables.ts index 59b1b023..c08e00f0 100644 --- a/src/types/ocpp/2.0/Variables.ts +++ b/src/types/ocpp/2.0/Variables.ts @@ -110,7 +110,7 @@ export type OCPP20SetVariableResultType = { attributeStatusInfo?: StatusInfoType; } & JsonObject; -type OCPP20ComponentVariableType = { +export type OCPP20ComponentVariableType = { component: ComponentType; variable?: VariableType; } & JsonObject;