Skip to content

FireSounder

Overview

Fire sounder/siren function for audible alarm outputs with activation, silence, enable, and disable state.

  • Added in: PQ Framework 2.3
  • Namespace: Pq.Adapters.Framework

When to Use

  • Fire sirens and sounders
  • Audible alarm outputs exposed separately by the panel
  • OPPO/acoustic signaling addresses that can be disabled or silenced

States

State Status String Description
On pq.state.control.on Sounder active
Off pq.state.control.off Sounder inactive
Disabled pq.state.fire.disabled Sounder disabled

Actions

Action Target State Event
FireSounderActivated(timestamp) On pq.event.fire.sounder.activated
FireSounderDeactivated(timestamp) Off pq.event.fire.sounder.deactivated
FireSounderSilenced(timestamp) Off pq.event.fire.sounder.silenced
FireSounderEnabled(timestamp) Off pq.event.fire.sounder.enabled
FireSounderDisabled(timestamp) Disabled pq.event.fire.sounder.disabled

YAML Example

device_types:
  - type_id: FireSiren
    name: "Fire Siren"
    functions:
      FireSounder:

See Also

  • Functions: Output - Generic output relay
  • Functions: FirePanel - Panel-level acknowledge/reset