diff options
| author | FintasticMan <finlay.neon.kid@gmail.com> | 2024-01-02 02:03:26 +0100 |
|---|---|---|
| committer | FintasticMan <finlay.neon.kid@gmail.com> | 2024-01-03 20:58:58 +0100 |
| commit | 3f51923c3b2ae1f726b28654becda22977abc3ec (patch) | |
| tree | 35ac6783c0d25df3aa0abdf5a3f95f626808209a /doc | |
| parent | 82db3dcd187cab7fbf6c93f80d31d1b326e0ef3b (diff) | |
docs: Fix simple weather forecast message type
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/SimpleWeatherService.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SimpleWeatherService.md b/doc/SimpleWeatherService.md index 81836379..9ff195e6 100644 --- a/doc/SimpleWeatherService.md +++ b/doc/SimpleWeatherService.md @@ -48,7 +48,7 @@ The byte array must contain the following data: The byte array must contain the following data: - - [0] : Message type = `0` + - [0] : Message type = `1` - [1] : Message version = `0` - [2][3][4][5][6][7][8][9] : Timestamp (64 bits UNIX timestamp, number of nanoseconds elapsed since 1 JAN 1970) - [10] Number of days (Max 5, fields for unused days should be set to `0`) @@ -66,4 +66,4 @@ The byte array must contain the following data: - [30] Day 3 Icon ID - [31,32] Day 4 Minimum temperature (°C * 100) - [33,34] Day 4 Maximum temperature (°C * 100) - - [35] Day 4 Icon ID
\ No newline at end of file + - [35] Day 4 Icon ID |
