diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-03-05 19:00:23 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-03-06 19:00:23 +0100 |
commit | ae95c95617d3716abcfbcc93742f6652e44d151c (patch) | |
tree | fb07186390ebc402a34aa212986ee4a0d0e44ea1 /schema | |
parent | 42c54d3755a84dfaf741157fe83c94b0b15fb296 (diff) |
* fix API issue with a changed function signature
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/flow_event_schema.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/flow_event_schema.json b/schema/flow_event_schema.json index e1096e2bd..c76385c18 100644 --- a/schema/flow_event_schema.json +++ b/schema/flow_event_schema.json @@ -1471,6 +1471,9 @@ "snmp": { "type": "object" }, + "ssdp": { + "type": "object" + }, "ssh": { "type": "object" }, |