-
Notifications
You must be signed in to change notification settings - Fork 91
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
Alexa #173
Closed
Closed
Alexa #173
Conversation
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
hotzen
commented
Dec 4, 2016
- added item value-range
- updated readme
- updated version
# py3.2 uses thread.error instead of RuntimeException, see: # http://bugs.python.org/issue11140
Conflicts: plugins/systemair/__init__.py
systemair: fix bug with unsigned temperatures
bugfix parameter transfer for multiple bridges
…rget format is the same
# otherwise no query is logged at all and debugging in case of # problems may be hard
# saves some arguments at some places and is more flexible
- add readLogs() method to read logs by given ranges and extract common where-clause-building into own function which can is reused in deleteLogs() method
…buildin functions - cleanup cursor in execute() method - make use of OrderedDict() when building the query argument lists to preserve parameter order passed to native execute() method of DB driver - make it possible to specify a formatting parameter to execute() method to overwrite the formatting style for one given query
…ng, instead manually add each item
# avoid problems using this value in further queries
Thx for your efforts.
Kai H. Meder <notifications@github.com> schrieb am So. 4. Dez. 2016 um
17:38:
…
- added item value-range
- updated readme
- updated version
------------------------------
You can view, comment on, or merge this pull request online at:
#173
Commit Summary
- version & link to forum
- readme polishing
- readme polishing2
- readme
- readme
- integrated ranges
- forgot self
- item range
- augment item with range
- value-range 0-100 with examples
- updated real life example
- fixed indentation
File Changes
- *M* plugins/alexa/README.md
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-0> (94)
- *M* plugins/alexa/__init__.py
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-1> (11)
- *M* plugins/alexa/action.py
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-2> (3)
- *M* plugins/alexa/actions_percentage.py
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-3> (46)
- *M* plugins/alexa/actions_temperature.py
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-4> (25)
- *M* plugins/alexa/device.py
<https://github.com/smarthomeNG/smarthome/pull/173/files#diff-5> (5)
Patch Links:
- https://github.com/smarthomeNG/smarthome/pull/173.patch
- https://github.com/smarthomeNG/smarthome/pull/173.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF_w7Eehimz31W0qwYY8HZilfUdlZirHks5rEuyIgaJpZM4LDoJJ>
.
|
Can you check the changes requested in #167, please. There are still some issues left. And thanks for contributing to this project! |
siehe auch mein kommentar unter https://knx-user-forum.de/forum/supportforen/smarthome-py/1007415-umfrage-amazon-echo/page13 |
6 tasks
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.