Skip to content
Closed
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: 2 additions & 0 deletions features/DeviceToWebsocket.feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ needs:
> Device messages published on nRF Cloud should be delivered to the websocket
> API

<!-- @retry:delayExecution=5000 -->

## Verify a device sends a message to nRF Cloud, then I can receive the message via website

Given I store `$millis()` into `ts`
Expand Down
8 changes: 8 additions & 0 deletions features/HistoricalRequest.feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ And the device `${fingerprint_deviceId}` publishes this message to the topic
| SOLAR | 3.58041 | 90000 |
| SOLAR | 3.24925 | 120000 |

<!-- @retry:delayExecution=5000 -->

## Verify I can query gain historical device data

When I connect to the websocket using fingerprint `${fingerprint}`
Expand Down Expand Up @@ -112,6 +114,8 @@ And the device `${fingerprint_deviceId}` publishes this message to the topic
| BATTERY | 21 | 90000 |
| BATTERY | 22 | 120000 |

<!-- @retry:delayExecution=5000 -->

## Verify I can query battery historical device data

When I connect to the websocket using fingerprint `${fingerprint}`
Expand Down Expand Up @@ -177,6 +181,8 @@ Soon I should receive a message on the websocket that matches
}
```

<!-- @retry:delayExecution=5000 -->

## Request historical data for a week

When I connect to the websocket using fingerprint `${fingerprint}`
Expand Down Expand Up @@ -250,6 +256,8 @@ message
| 63.42006573 | 10.44087654 | 528 | 90000 |
| 63.42129386 | 10.44011945 | 524 | 120000 |

<!-- @retry:delayExecution=5000 -->

## Verify I can query location historical device data

When I connect to the websocket using fingerprint `${fingerprint}`
Expand Down
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"prettier": "@nordicsemiconductor/asset-tracker-cloud-code-style/.prettierrc",
"dependencies": {
"@aws-lambda-powertools/metrics": "1.12.1",
"@hello.nrfcloud.com/proto": "5.5.1",
"@hello.nrfcloud.com/proto": "5.5.4",
"@middy/core": "4.6.0",
"@nordicsemiconductor/from-env": "2.0.0",
"@nordicsemiconductor/timestream-helpers": "5.0.0",
Expand Down