Input to the EnergyEvse enableDischarging command

MatterSpecification.v13.Cluster § 9.3.9.3

interface EnableDischargingRequest {
    dischargingEnabledUntil: null | number;
    maximumDischargeCurrent: number | bigint;
}

Hierarchy (view full)

Properties

dischargingEnabledUntil: null | number

This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.

A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.

MatterSpecification.v13.Cluster § 9.3.9.3.1

maximumDischargeCurrent: number | bigint

This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be stored and persisted across reboots by the EVSE to the value of this

field.

MatterSpecification.v13.Cluster § 9.3.9.3.2