From 12f38eb6c66ea34fd062fb3b639f3359a55284fb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Feb 2024 16:32:45 +0100 Subject: Add uatype journaline to config --- src/ConfigParser.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ConfigParser.cpp') diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index a845bef..74e627b 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -833,6 +833,10 @@ void parse_ptree( ua.uaType = FIG0_13_APPTYPE_WEBSITE; ua.xpadAppType = 12; } + else if (ua_value == "journaline") { + ua.uaType = FIG0_13_APPTYPE_JOURNALINE; + ua.xpadAppType = 12; + } if (component->isPacketComponent(ensemble->subchannels)) { component->packet.uaTypes.push_back(ua); -- cgit v1.2.3