Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cdk/resources/DeviceShadow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class DeviceShadow extends Construct {
resources: [
`arn:aws:ssm:${Stack.of(this).region}:${
Stack.of(this).account
}:parameter/${Stack.of(this).stackName}/config/stack`,
}:parameter/${Stack.of(this).stackName}/stack/context`,
],
})
fetchDeviceShadow.addToRolePolicy(ssmReadPolicy)
Expand Down
4 changes: 2 additions & 2 deletions features/RuntimeConfiguration.feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ And there is this device shadow data for `${fingerprint_deviceId}` in nRF Cloud

When I connect to the websocket using fingerprint `${fingerprint}`

<!-- @retry:tries=5,initialDelay=5000,delayFactor=1 -->
<!-- @retry:tries=5,initialDelay=5000,delayFactor=1.5 -->

Soon the duration between 2 consecutive device shadow requests for
`${fingerprint_deviceId}` should be `5` seconds
Expand All @@ -292,7 +292,7 @@ Given device shadow fetching config for model `PCA20035+solar` is `10`

When I connect to the websocket using fingerprint `${fingerprint}`

<!-- @retry:tries=5,initialDelay=10000,delayFactor=1 -->
<!-- @retry:tries=5,initialDelay=10000,delayFactor=1.5 -->

Soon the duration between 2 consecutive device shadow requests for
`${fingerprint_deviceId}` should be `10` seconds