AWS IoT maximum reported attributes and how I ca increase this number

0

Hello,

I am trying to build an IoT thing to publish message on shadow. I am able successfully published 4 parameters:

{
"desired": {
"welcome": "aws-iot",
"vin": 4840,
"temperature": 7,
"wifi_strength": -67,
"switch": true
},
"reported": {
"welcome": "aws-iot"
}
}

if I want to add more parameters such as: pressure or humidity it looks like "Shadow" doesnt accept the update.

Can you please kindly advise what should I do to be able to publish more parameters in to the repo

stalker
已提問 4 年前檢視次數 189 次
3 個答案
0

This 26-second video

https://www.youtube.com/watch?v=NnZDpnp6pvQ

shows hundreds of attributes in the device shadow.

已回答 4 年前
0

Hi uwegambitcomm,

Thank you for your replay, that is very interesting video, but it doesnt show how to that,
I also checked links followed to the video and it doesnt really show...

Hope AWS guys can "light some sun in dark"

Regards,

Stalker

stalker
已回答 4 年前
0

After further investigation, I find issue was NOT related to AWS IoT but to internal embedded side problem. Issue is fixed now, and close.

stalker
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南