API / geotoolkit / gauges / Alarm / Alarm
Type Aliases
Type Aliases
Ƭ Options: Object
properties
| Name | Type | Description |
|---|---|---|
additionalproperties? | Record<string, any> | Extra properties which will be passed into the handler function as fourth parameter |
handlername? | string | Name of the handler function as defined in Alarm Factory |
high? | number | Upper boundary of range that the alarm is effective on |
low? | number | Lower boundary of range that the alarm is effective on |
name? | string | Name of the alarm for indexing |
range? | Range | Range that the alarm is effective on |
Ƭ OptionsOut: Object
properties
| Name | Type | Description |
|---|---|---|
additionalproperties? | Record<string, any> | Extra properties which will be passed into the handler function as fourth parameter |
handlername? | string | Name of the handler function as defined in Alarm Factory |
name? | string | Name of the alarm for indexing |
range? | Range | Range that the alarm is effective on |