fix json error.
All checks were successful
Build Docker image / build (push) Successful in 1m12s
Build Golang packages / release (push) Has been skipped

This commit is contained in:
Pieter Hollander 2024-06-15 21:01:50 +02:00
parent 3075f33f84
commit 8f7744a19a
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -93,7 +93,7 @@ Data is stored in a table containing the following columns
P1 Logger relies on a JSON input provided by a P1 reader.
The P1 reader should send its data to an MQTT broker in the following JSON structure
The P1 reader should send its data to an MQTT broker. Each message should be in the following JSON structure.
```json
{
@ -118,7 +118,8 @@ The P1 reader should send its data to an MQTT broker in the following JSON struc
"d3":4,
"r1":41,
"r2":71,
"r3":0}
"r3":0
}
```