platypush/platypush/message/response
Fabio Manganiello d4b540dd67
Replaced `disable_logging` with a more generic `logging_level`.
The `disable_logging` attribute was only available on events and
responses, and it could only either entirely disable or enable logging
for all the events of a certain type.

The new flag allows more customization by setting the default logging
level used for any message of a certain type (or `None` to disable
logging). This makes it possible to e.g. set some verbose events to
debug level, and the user can see them if they configure the application
in debug mode.

It also delegates the logging logic to the message itself, instead of
having different parts of the application handling their own logic.
2022-12-11 11:39:38 +01:00
..
camera Fixed auto-generated docs indentation and code blocks 2020-08-31 17:39:42 +02:00
chat Extended Telegram integration 2020-01-01 20:59:22 +01:00
google Added Google Drive plugin - closes #91 2020-01-09 22:07:03 +01:00
printer Added CUPS plugin - closes #93 2020-01-05 19:25:20 +01:00
system Added battery sensor backend 2020-01-08 14:55:58 +01:00
weather - Added Buienradar integration 2019-12-31 08:51:19 +01:00
__init__.py Replaced `disable_logging` with a more generic `logging_level`. 2022-12-11 11:39:38 +01:00
bluetooth.py Fixed auto-generated docs indentation and code blocks 2020-08-31 17:39:42 +02:00
esp.py Added ESP8266/ESP32 integration (closes #108) 2020-01-17 21:16:14 +01:00
linode.py Added Linode integration [closes #116] 2020-03-09 21:34:06 +01:00
pihole.py Added Pi-hole integration - closes #100 2020-01-06 19:22:04 +01:00
ping.py Added ping plugin and backend 2019-12-27 23:26:39 +01:00
qrcode.py Major LINT fixes 2021-04-05 00:58:44 +02:00
ssh.py Added SSH plugin [closes #136] 2020-05-23 21:38:22 +02:00
stt.py Implemented Mozilla DeepSpeech speech-to-text integration [closes #126] 2020-03-06 00:38:24 +01:00
tensorflow.py More descriptive attribute names for the Tensorflow predict response. 2020-10-02 01:17:34 +02:00
todoist.py Fixed docs issues 2021-09-22 00:19:14 +02:00
translate.py Added Google Translate plugin 2020-07-02 02:07:57 +02:00
trello.py Added Trello backend: closes #90 2020-01-03 16:28:49 +01:00