OccupancyComponent: {
    attributes: {
        occupancy: Attribute<TypeFromPartialBitSchema<{
            occupied: BitFlag;
        }>, any>;
    };
} = ...

A ThermostatCluster supports these elements if it supports feature Occupancy.

Type declaration