Open
Description
A HABApp user receives ConfigStatusInfoEvent
which gets logged by HABApp as an error.
The docs show nothing about this event and even after looking at the code it's still a mystery to me.
I tried reproducing the event by changing the thing config of an astro thing and a network thing but changing a parameter there only generates a ThingStatusInfoEvent
.
When does this event get sent and what is its purpose?
What are the allowed values for type
and what do they indicate?
Event
{
"topic": "openhab/things/zwave:device:gehirn:node29/config/status",
"payload": {
"configStatusMessages": [
{
"parameterName": "config_11_2",
"type": "PENDING"
}
]
},
"type": "ConfigStatusInfoEvent"
}