..
assistant
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
button
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
camera
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
http
Wrapped HTTP requests loop in a try-except block to prevent it from breaking in case of temporary failures
2018-12-05 15:55:19 +00:00
inotify
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
kafka
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
local
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
music
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
pushbullet
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
scard
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
sensor
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
weather
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
__init__.py
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
joystick.py
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
midi.py
Always define msg so the function doesn't fail on exception
2018-10-25 20:46:34 +02:00
mqtt.py
Don't propagate the message from MQTT nor wait for a response if the message is null or its handler threw an exception
2018-11-10 01:16:32 +01:00
redis.py
Made Redis backend and plugin more robust.
2018-12-18 15:51:37 +01:00
tcp.py
Added support for MQTT backend to process responses on a topic named platypush_bus_mq/<device>/responses/<msg_id>
2018-10-26 13:33:23 +00:00
websocket.py
Added logic to propagate events to the websockets backend
2018-11-02 10:14:06 +00:00
wiimote.py
Removed duplicate log trace
2018-12-02 23:47:49 +01:00