| ... | ... | @@ -2,11 +2,21 @@ |
|
|
|
title: 'MQTT Topic: configdb_update'
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
`configdb_update`
|
|
|
|
=================
|
|
|
|
|
|
|
|
both variants are valid
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"thing": <UUID> # the UUID of the thing that was updated
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"version": 1
|
|
|
|
"thing": <UUID> # the UUID of the thing that was updated
|
|
|
|
}
|
|
|
|
``` |
|
|
\ No newline at end of file |