Skip to content

Commit ccb462f

Browse files
committed
add deprecation notices to MQTT service docs
Mark the MQTT section in the Services docs and the MQTT_Type reference page as deprecated, directing users to the new MQTT connector or HTTP API.
1 parent c41e0bd commit ccb462f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/source/Services/MQTT_Type.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
**MQTT Type**
22
===============
33

4+
.. deprecated::
5+
Legacy MQTT is deprecated and will be removed in a future major version.
6+
Migrate to the new MQTT connector or use the HTTP API.
7+
See: https://docs.tago.io/docs/tagoio/integrations/networks/mqtt/
8+
49
.. _mqtt_options:
510

611
options

docs/source/Services/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ Send Email
100100
MQTT
101101
====
102102

103+
.. deprecated::
104+
Legacy MQTT is deprecated and will be removed in a future major version.
105+
Migrate to the new MQTT connector or use the HTTP API.
106+
See: https://docs.tago.io/docs/tagoio/integrations/networks/mqtt/
107+
103108
Publish to a MQTT Device
104109

105110
**Parameters:**

0 commit comments

Comments
 (0)