platypush/platypush/backend/http
Fabio Manganiello f7d644c32d get_procedures() can now return Python function objects as well.
This means that the JSON encoder must act accordingly and parse
the function object into an encodable string.
2020-04-12 22:56:12 +02:00
..
app get_procedures() can now return Python function objects as well. 2020-04-12 22:56:12 +02:00
media New media webplugin WIP 2019-06-22 19:05:17 +02:00
poll Always define msg so the function doesn't fail on exception 2018-10-25 20:46:34 +02:00
request Added missing string format parameter 2020-03-24 09:11:07 +01:00
static Fixed missing static_folder issue on settings page and JS document race condition 2020-03-29 13:47:22 +02:00
templates Added Zigbee web panel (closes #123) 2020-02-23 22:54:50 +01:00
__init__.py More robust mechanism for websocket message send section locking 2020-02-06 19:30:40 +01:00
utils.py Include dev version of vue.js if available in the HTTP static/js 2019-12-01 16:33:48 +01:00
uwsgi.py Added uWSGI optional dependency for HTTP backend 2019-02-24 12:35:26 +01:00