I am trying to connect my newly purchased ReButton to Azure IoT. I have the hub set up and added a device. I connected to ReButton and configured the WiFi and set my IoT Device connection string. I followed section 3.1 of the setup guide (https://seeedjp.github.io/ReButton/) but did NOT do 3.2 since it said to skip if I did 3.1.
When I press the button it connects to the WiFi and appears to send a message to Azure IoT.
When I go into Azure and look at the device twin I am expecting to see the actionNum and message in the reported section. Instead I see customMessageEnabled as false and the metadata (the $lastUpdated date/times seems to update in sync with me pressing the button).
“reported”: {
“customMessageEnable”: {
“value”: false
},
“$metadata”: {
“$lastUpdated”: “2019-08-09T19:28:25.0391204Z”,
“customMessageEnable”: {
“$lastUpdated”: “2019-08-09T19:28:25.0391204Z”,
“value”: {
“$lastUpdated”: “2019-08-09T19:28:25.0391204Z”
}
}
}
Any suggestions on what I am doing wrong or where to find more help?
Thank you!