typo error (#11177)

This commit is contained in:
mogsub 2019-11-15 17:36:00 +02:00 committed by Fabian Affolter
parent 34006b2a10
commit 15b748cbda

View File

@ -377,7 +377,7 @@ Nested JSON in a response is supported as well:
},
"values": {
"temp": 26.09,
"hum": 56.73,
"hum": 56.73
}
}
```