platypush/platypush/plugins
Fabio Manganiello 6ebab5de25 Animation thread wrapped in a try-except to prevent the thread from exiting in case of temporary errors 2018-07-28 14:05:19 +02:00
..
adafruit All the arguments to send_location_data are actually required 2018-07-25 12:34:16 +00:00
assistant Fixed missed self on some of the new constructors 2018-07-06 02:34:12 +02:00
calendar [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00
camera Fixed missed self on some of the new constructors 2018-07-06 02:34:12 +02:00
db No need to commit without opening a transaction first 2018-07-15 20:33:09 +02:00
google Added get_elevation_from_latlng method to Google Maps plugin 2018-07-25 12:01:27 +00:00
gpio Fixed docstring 2018-07-16 22:58:56 +02:00
http If the http.request plugin gets a proper JSON message as a response, then extract the Platypush message out of the original response 2018-07-19 20:07:15 +02:00
lastfm Forgot an @action annotation 2018-07-06 02:27:44 +02:00
light Animation thread wrapped in a try-except to prevent the thread from exiting in case of temporary errors 2018-07-28 14:05:19 +02:00
media Added call to parent constructor in media.ctrl 2018-07-06 02:37:47 +02:00
music [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00
serial Preventing inconsistent reads from the serial port by making sure that only one reader can read at the time 2018-07-20 15:54:31 +02:00
shell Removed unneeded imports 2018-07-15 17:28:17 +02:00
switch [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00
tts Removed unneeded imports 2018-07-15 17:28:17 +02:00
video Fixed omxplayer plugin doc 2018-07-16 23:17:00 +02:00
weather [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00
__init__.py Plugin action decorators can now be inherited from parent classes 2018-07-17 01:23:12 +02:00
clipboard.py Added plugin to manage system clipboard 2018-07-24 00:35:28 +02:00
ifttt.py Doc fixes 2018-07-24 15:01:01 +00:00
kafka.py Added Kafka plugin 2018-07-28 01:55:19 +02:00
logger.py Added logger plugin 2018-07-19 00:03:19 +02:00
midi.py [#61] Plugins actions refactoring 2018-07-06 02:08:38 +02:00
mqtt.py Added call to parent constructor in the remaining plugins 2018-07-06 02:37:47 +02:00
pushbullet.py Added call to parent constructor in the remaining plugins 2018-07-06 02:37:47 +02:00
redis.py Added call to parent constructor in the remaining plugins 2018-07-06 02:37:47 +02:00
variable.py Updated variable plugin documentation 2018-07-20 19:19:59 +02:00