Skip to content

FireControlOutput

Overview

Fire protection control output function for outputs driven by fire logic: suppression, evacuation, door release, HVAC shutdown, smoke control, or other fire-control relays.

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

When to Use

  • Fire protection control outputs
  • Suppression control outputs
  • Smoke extraction, HVAC shutdown, evacuation relays
  • Panel addresses named "fire control" / pozarni ovladani

States

State Status String Description
On pq.state.control.on Output on
Off pq.state.control.off Output off
OutputActive pq.state.fire.output.active Fire-control output active
Disabled pq.state.fire.disabled Fire-control output disabled

Actions

Action Target State Event
FireControlActivated(timestamp) OutputActive pq.event.fire.control.activated
FireControlDeactivated(timestamp) Off pq.event.fire.control.deactivated
FireControlEnabled(timestamp) Off pq.event.fire.control.enabled
FireControlDisabled(timestamp) Disabled pq.event.fire.control.disabled

YAML Example

device_types:
  - type_id: FireControlRelay
    name: "Fire Control Relay"
    functions:
      FireControlOutput:

See Also

  • Functions: Output - Generic output relay
  • Functions: FireRouting - Fire alarm transmission output