X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2FConfiguration.ts;h=5aa96818854d02fcff2373345c5fb7f15c4ddf07;hb=e3822d6f1b40477f7308ad70c290ed2c4106c585;hp=5747663c42d9a414fa252c46800e6c90c5e7e1ca;hpb=094889611486ef8717ae9d6850a1ccb1e6ca6027;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/Configuration.ts b/src/types/ocpp/Configuration.ts index 5747663c..5aa96818 100644 --- a/src/types/ocpp/Configuration.ts +++ b/src/types/ocpp/Configuration.ts @@ -4,7 +4,7 @@ import { OCPP16VendorDefaultParametersKey, } from './1.6/Configuration'; -import { JsonType } from '../JsonType'; +import { JsonObject } from '../JsonType'; export type StandardParametersKey = OCPP16StandardParametersKey; @@ -35,7 +35,7 @@ export enum ConnectorPhaseRotation { TSR = 'TSR', } -export interface OCPPConfigurationKey extends JsonType { +export interface OCPPConfigurationKey extends JsonObject { key: string | StandardParametersKey; readonly: boolean; value?: string;