-
Notifications
You must be signed in to change notification settings - Fork 88.7k
Add heartbeat to OSRAM bulb for Amazon Echo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
larsfinander
wants to merge
1
commit into
SmartThingsCommunity:master
from
larsfinander:echoDeviceTypes
Closed
Add heartbeat to OSRAM bulb for Amazon Echo #1
larsfinander
wants to merge
1
commit into
SmartThingsCommunity:master
from
larsfinander:echoDeviceTypes
Conversation
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
-Heartbeat attribute added -Hearbeat event generated for each poll
kris-schaller
pushed a commit
that referenced
this pull request
Aug 10, 2015
made a few adjustments to api interfacing; added root url configurabi…
davispw
pushed a commit
to davispw/SmartThingsPublic
that referenced
this pull request
Dec 24, 2015
…aster Merging official ST updates.
dantheman2865
added a commit
to dantheman2865/SmartThingsPublic
that referenced
this pull request
May 20, 2016
…d rule half done
m0ntecarloss
pushed a commit
to m0ntecarloss/SmartThingsPublic
that referenced
this pull request
Jul 6, 2016
Added 1% and 5% options for brightness
SmartThings
pushed a commit
that referenced
this pull request
Jul 12, 2016
…vice type dependencies. The presence sensors have little/no configuration, especially when it comes to alerts. I found lots of room for improvement regarding how those alerts are carried out. Here are the problems with the original implementation of presence alerts: 1) Each person gets and individual alert. If you have a family of 4, each person will receive a *separate* alert for every person. 2) There are no exceptions. Even if the family is all together, it still individually alerts that everyone arrived/departed. 3) Since you can't control which person gets the push alert, #1 and #2 exacerbate the issue by people receiving alerts for themselves. The Smart Family Presence app lets the user select how and when they receive alerts. The code is commented to explain the edge cases, but essentially, if the family arrives or departs together, no alert should be sent. The app tracks state for whether the family was previously apart, so that it knows when and when not to send alerts. I have found this code extremely fun to write and configure, and I believe others out in the community could benefit from it as I saw very few smart apps related to presence sensors themselves.
davispw
pushed a commit
to davispw/SmartThingsPublic
that referenced
this pull request
Jul 16, 2016
…aster Merge with upstream
fortinmike
pushed a commit
to fortinmike/SmartThingsPublic
that referenced
this pull request
Oct 15, 2016
Use available API to get base URL and removed redundant switches input.
jdm-twtr
pushed a commit
to jdm-twtr/SmartThingsPublic
that referenced
this pull request
Jan 14, 2017
additional utterances
PProvost
pushed a commit
to PProvost/SmartThingsPublic
that referenced
this pull request
Oct 19, 2017
…aster Merge from original
jelmansouri
pushed a commit
to jelmansouri/SmartThingsPublic
that referenced
this pull request
Jul 31, 2018
prumao
referenced
this pull request
in prumao/SmartThingsPublic
Jun 18, 2019
Update lightify-dimming-switch-zigbee.groovy
SmartThings
pushed a commit
that referenced
this pull request
Jul 9, 2019
Do I need to publish the Custom Device Handler? For some reason it is not firing when the App calls the 'bridge'.
LanceFwug
pushed a commit
to LanceFwug/SmartThingsPublic
that referenced
this pull request
Sep 5, 2020
Fix for WeMo dimmers disappearing
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.
-Heartbeat attribute added
-Hearbeat event generated for each poll