interface Base {
    disable(): MaybePromise;
    enableCharging(request: EnergyEvse.EnableChargingRequest): MaybePromise;
    startDiagnostics(): MaybePromise;
}

Methods

  • Allows a client to disable the EVSE from charging and discharging.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 9.3.9.1

  • Allows a client to enable the EVSE to charge an EV.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 9.3.9.2

  • Allows a client to put the EVSE into a self-diagnostics mode.

    Returns MaybePromise

    MatterSpecification.v13.Cluster § 9.3.9.4