Skip to main content

ALARM_MASK

Constant ALARM_MASK 

Source
pub const ALARM_MASK: Attribute<'static, Bitmap8>;
Expand description
pub const ALARM_MASK: Attribute<'static, Bitmap8> = Attribute {
    code: 0x0013,
    name: "AlarmMask",
    side: AttributeSide::Server,
    readable: true,
    writable: true,
    reportable: false,
    scene: false,
    mandatory: false,
    default: Some(Bitmap8(0)),
    range: AttributeRange::InclusiveRange(
        ValueOrAttributeReference::Value(Bitmap8(0x0)),
        ValueOrAttributeReference::Value(Bitmap8(0x3)),
    ),
};