platypush/platypush
Fabio Manganiello c867a21104 If the value is a platypush Message, then converting it into a string would result in a JSON dumps that might break the interpreter (e.g. 'null' is a valid JSON keyword but it's not recognized by Python). Therefore first parse the variable from JSON 2018-06-06 18:50:09 +02:00
..
backend Added midi backend to support events from MIDI sources 2018-06-06 02:26:28 +02:00
bus Added tests 2017-12-22 02:11:56 +01:00
config Better logging management, solves #26 2018-04-14 01:00:00 +02:00
context Exposed a global context.get_bus() method to allow plugins to send events to the main bus 2018-04-24 20:07:16 +02:00
cron Better format for crons 2018-01-15 22:44:57 +01:00
event #51 first web panel iteration 2018-01-29 13:47:21 +01:00
message If the value is a platypush Message, then converting it into a string would result in a JSON dumps that might break the interpreter (e.g. 'null' is a valid JSON keyword but it's not recognized by Python). Therefore first parse the variable from JSON 2018-06-06 18:50:09 +02:00
plugins Added mkv to the supported media extensions 2018-06-02 21:56:46 +02:00
procedure A less convoluted and robust way to expand the context as variables 2018-06-06 17:14:44 +02:00
pusher Fixed logging level setting in pusher 2018-05-29 16:43:16 +00:00
utils s/ModuleNotFoundError/ImportError/g 2018-02-20 22:58:13 +01:00
__init__.py Time to give Platypush a version bump 2018-05-13 14:32:25 +02:00
__main__.py Fixed procedure execution code 2018-01-04 16:11:54 +01:00
config.example.yaml Updated sample config 2017-12-24 01:33:06 +01:00
create_device.sh s/runbullet/platypush/g 2017-12-11 20:30:57 +01:00