Reputation: 117
I was wondering if google iot core support will messages concept.
I tried to set will message for topic events on the device (devices\device-id\events
) but had no luck with it...
any ideas?
thanks
Upvotes: 3
Views: 322
Reputation: 1978
If you mean the Last Will and Testament Message, then no it is not supported by Google IOT Core. Quite sad because it is a very useful feature.
https://cloud.google.com/iot/docs/requirements#mqtt_bridge
The following features are not supported:
MQTT QoS 2
Arbitrary MQTT topics and subscriptions.
Last Will and Testament (LWT)
Retained messages
Persistent sessions
Upvotes: 3