-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from konnected-io/20210705_feat_add_noonlight_…
…service_call Add service to create alarms
- Loading branch information
Showing
4 changed files
with
137 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
create_alarm: | ||
name: Create Alarm | ||
description: Notifies Noonlight of an alarm with specific services. | ||
fields: | ||
service: | ||
name: Service | ||
description: Service that the alarm should call (police, fire, medical) | ||
required: true | ||
example: "police" | ||
default: "police" | ||
selector: | ||
select: | ||
options: | ||
- "police" | ||
- "fire" | ||
- "medical" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters