File tree Expand file tree Collapse file tree
src/tagoio_sdk/modules/Services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22===============
33
44.. 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/
5+ Migrate to TagoTIP: https://docs.tago.io/docs/tagotip/transports/mqtt
86
97.. _mqtt_options :
108
Original file line number Diff line number Diff line change 101101====
102102
103103.. 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/
104+ Migrate to TagoTIP: https://docs.tago.io/docs/tagotip/transports/mqtt
107105
108106Publish to a MQTT Device
109107
Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ def publish(self, mqtt: MQTTData) -> str:
2525 """Publish an MQTT message.
2626
2727 .. deprecated::
28- Legacy MQTT is deprecated. Use the new MQTT connector or HTTP API instead.
29- See: https://docs.tago.io/docs/tagoio/integrations/networks/mqtt/
28+ Migrate to TagoTIP: https://docs.tago.io/docs/tagotip/transports/mqtt
3029 """
3130 warnings .warn (
32- "services.mqtt.publish() is deprecated and will be removed in a future major version. "
33- "Migrate to the new MQTT connector or use the HTTP API. "
34- "See: https://docs.tago.io/docs/tagoio/integrations/networks/mqtt/" ,
31+ "services.mqtt.publish() is deprecated. "
32+ "Migrate to TagoTIP: https://docs.tago.io/docs/tagotip/transports/mqtt" ,
3533 DeprecationWarning ,
3634 stacklevel = 2 ,
3735 )
You can’t perform that action at this time.
0 commit comments