3

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

hardillb
  • 54,545
  • 11
  • 67
  • 105
gingi007
  • 107
  • 1
  • 10

1 Answers1

3

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
7hacker
  • 1,928
  • 3
  • 19
  • 32