platypush/platypush/message/response
Fabio Manganiello 2411b961e8
[WIP] Big, big refactor of the Bluetooth integration.
- Merged together Bluetooth legacy and BLE plugins and scanners.
- Introduced Theengs as a dependency to infer BLE device types and
  create sub-entities appropriately.
- Using `BluetoothDevice` and `BluetoothService` entities as the bread
  and butter for all the Bluetooth plugin's components.
- Using a shared cache of devices and services between the legacy and
  BLE integrations, with merging/coalescing logic included.
- Extended list of discoverable services to include all those officially
  supported by the Bluetooth specs.
- Instantiate a separate pool of workers to discover services.
- Refactor of the Bluetooth events - all of them are now instantiated
  from a single `BluetoothDevice` object.
2023-03-13 02:31:21 +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 A cleaner way of calculating the `success` response attribute. 2023-02-25 01:58:09 +01: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