Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions source/_components/ness_alarm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ port:
description: The port on which the IP232 module listens for clients.
required: true
type: integer
scan_interval:
description: "Time interval between updates. Supported formats: `scan_interval: 'HH:MM:SS'`, `scan_interval: 'HH:MM'` and Time period dictionary (see example below)."
required: false
default: '00:01:00'
type: time
zones:
description: List of zones to add
required: false
Expand All @@ -79,6 +84,18 @@ zones:
type: string
{% endconfiguration %}

#### {% linkable_title Time period dictionary example %}

```yaml
scan_interval:
# At least one of these must be specified:
days: 0
hours: 0
minutes: 0
seconds: 10
milliseconds: 0
```

## {% linkable_title Services %}

### {% linkable_title Service `aux` %}
Expand Down