Merging in optional Kodi and Pushbullet support#31
Open
texnofobix wants to merge 51 commits into
Open
Conversation
Conflicts: .gitignore pytomation/common/pytomation_api.py pytomation/common/pytomation_object.py
Based on Google Voice code. Sends notification messages via JSONRPC to Kodi/XBMC. Example usage: kodi = Kodi(host="http://10.0.0.7/jsonrpc") kodi.command((Command.MESSAGE, 'Pytomation','Starting up'))
kodi -> new Kodi / XBMC device
…python-requests More info about PushBullet here: https://docs.pushbullet.com/
pyto_logging > Added friendlier message of error
Depends on linux arp format for now and arping.
Requires additional changes to function properly
Changed close state to closed Added the unlock/unlocked and lock/unlocked command state values
Make Pytomation wait to send after receive Fixed timeout delaration on some commands Fixed timeout declaration on some commands
ReadMe->Added to and clarified OpenZwave install documentation
OpenZwave->Fixed mixed indentations
…king-dopey-master Conflicts: .gitignore
OpenZwave->Added device state updates OpenZwave->Additional Debug logging State->Toggle now works with locks and defaults to off Lock->New device to hold locks
OpenZwave->Add more logging OpenZwave->Separate __init__ and _init Lock->Default to always send command (so it will still lock, even if the device has not sent the unlock state update yet)
…ted state changes to be checked)
Foscams like FI9821W.
Merging in king-dopey's changes
Foscam -> increasing default pool time
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.
No description provided.