generated from ludeeus/integration_blueprint
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add service to 'favorite' an event (#296)
* Add service description * Add client to camera and call service * Adjust naming * Add test and cleanup * Trying to get tests passing * Trying to get tests passing * Update the service to accept boolean * Use new service * Fix tests. * Minor fixes. * Adjust logic * Remove fixture * Remove fixture Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com>
- Loading branch information
1 parent
e41ac50
commit 4517529
Showing
4 changed files
with
95 additions
and
3 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,20 @@ | ||
--- | ||
favorite_event: | ||
name: Favorite Event | ||
description: Favorites or unfavorites an event indefinitely. | ||
target: | ||
fields: | ||
event_id: | ||
name: Event ID | ||
description: ID of the event to retain. | ||
required: true | ||
advanced: false | ||
example: "1656510950.19548-ihtjj7" | ||
default: "" | ||
favorite: | ||
name: Favorite | ||
description: If the event should be favorited / unfavorited. | ||
required: true | ||
advanced: false | ||
example: true | ||
default: true |
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