feat(place/webhook_to_teams_msg): new logic driver#555
Draft
w-le wants to merge 2284 commits into
Draft
Conversation
was a firewall issue
…e no lockers controller
…#548) * feat(auto_release) [PPT-1903] all_day_start time setting * feat(auto_release): [PPT-1901] default_work_preferences setting * feat(auto_release): [PPT-1900] release_outside_hours setting * feat(auto_release): [MT-346] unique_templates setting * feat(auto_release): [MT-346] custom resource time_before/time_after * test(auto_release): remove tests for changed functionality * feat(auto_release): [PPT-1903] all_day bookings * feat(auto_release): [PPT-1903] all_day bookings * test(auto_release): [PPT-1903] all_day bookings * feat(booking_model): [PPT-1903] add all_day to booking_model * test(auto_release): adjust #enabled? and #send_release_emails tests * test(auto_release): [PPT-1900] release_outside_hours * feat(auto_release): [PPT-1901] default_work_preferences * test(auto_release): [PPT-1901] default_work_preferences * refactor(auto_release): move default_work_preferences, release_outside_hours, all_day_start to AutoReleaseConfig for management by Concierge
…e and device api (#551)
such as `15.02_Switcher` which is valid but was previously being confused with output index
where they have been configured in concierge
…LED color to Bookings status via xAPI (#553) * Add logic driver to sync Cisco Webex Nagivator LED color to Bookings status, via xAPI. Untested * fix(webex/led_sync): now compiles
This reverts commit 856320b.
bce0279 to
d51ecbb
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New logic driver to receive a webhook post and then use staff api driver to send a teams message to a static, pre-configured channel. The message will be the body from the webhook (plain text) with optional static text before and after it.
compiles ok
todo: