PowerAsNumberComponent: {
    attributes: {
        powerSetting: Attribute<number, any>;
    };
}

A MicrowaveOvenControlCluster supports these elements if it supports feature PowerAsNumber.

Type declaration

  • Readonlyattributes: {
        powerSetting: Attribute<number, any>;
    }
    • ReadonlypowerSetting: Attribute<number, any>

      Indicates the power level associated with the operation of the device.

      If the MinPower, MaxPower, and PowerStep attributes are not supported, the minimum value of this attribute shall be 10, the maximum value of this attribute shall be 100, the value shall be in even multiples of 10, and the default value shall be 100.

      If the MinPower, MaxPower, and PowerStep attributes are supported:

      • The value of this attribute shall be between MinPower and MaxPower inclusive.

      • The value of this attribute shall be an integer multiple of PowerStep.

      MatterSpecification.v13.Cluster § 8.13.5.3