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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则