Skip to content

Unknown ConfigStatusInfoEvent #3114

Open
@spacemanspiff2007

Description

@spacemanspiff2007

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions