+3

Add Capability "Alarm" (Fortrezz Siren Strobe and others)

Sandy 6 years ago in Things & Capabilities 0

Hello!


I have a Fortress Siren Strobe Alarm device that is linked to ST,But i am not getting all the options in AT.


Capability "Alarm" to both show the active or inactive state of strobing and/or alarming, as well as the ability to activate and/or test would be great, please.


https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Alarm

attributes:
  alarm:
    schema: AlertState
    type: ENUM
    values:
    - both
    - 'off'
    - siren
    - strobe
commands:
  both:
    arguments: [
      ]
  'off':
    arguments: [
      ]
  siren:
    arguments: [
      ]
  strobe:
    arguments: [
      ]

Image 1992


Thanks,

Sandy