OccupancyComponent: {
    attributes: {
        occupancy: Attribute<TypeFromPartialBitSchema, any>;
    };
}

A ThermostatCluster supports these elements if it supports feature Occupancy.

Type declaration

  • Readonlyattributes: {
        occupancy: Attribute<TypeFromPartialBitSchema, any>;
    }
    • Readonlyoccupancy: Attribute<TypeFromPartialBitSchema, any>

      Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the network).

      MatterSpecification.v13.Cluster § 4.3.9.5