Skip to content

Commit 44ab92b

Browse files
authored
Adding FAQ section describing possible causes when the device can not subscribe to the thing id (#194)
1 parent e160ca8 commit 44ab92b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,10 @@ void onLedChange() {
6464
digitalWrite(LED_BUILTIN, led);
6565
}
6666
```
67+
68+
### FAQ
69+
* Device can not subscribe to `THING_ID`
70+
```
71+
ArduinoIoTCloudTCP::handle_SubscribeMqttTopics could not subscribe to /a/t/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/e/i
72+
```
73+
In this case either the device has not been associated with the thing within the Arduino IoT Cloud GUI configuration or there's a typo in the thing id.

0 commit comments

Comments
 (0)