From 053223b6a61bcd0ba516255c07c93f0696ef1eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Mon, 27 Jun 2022 08:42:05 +0000 Subject: [PATCH] fix(IA): Adapt to `IA-1.01.2-2022-06-15` * https://github.com/OPCFoundation/UA-Nodeset/commit/b3a5c02e1417da0b3805da15bf3a5ba90d843098 --- TypeDefinition/IA/StackElementLight.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TypeDefinition/IA/StackElementLight.hpp b/TypeDefinition/IA/StackElementLight.hpp index 7c25308f..b3e23d20 100644 --- a/TypeDefinition/IA/StackElementLight.hpp +++ b/TypeDefinition/IA/StackElementLight.hpp @@ -37,6 +37,6 @@ REFL_FIELD( UmatiServerLib::attribute::PlaceholderOptional()) REFL_FIELD( StacklightMode, - UmatiServerLib::attribute::MemberInTypeNodeId(UmatiServerLib::constexp::NodeId(constants::NsIAUri, UA_IAID_STACKELEMENTLIGHTTYPE_STACKLIGHTMODE)), + UmatiServerLib::attribute::MemberInTypeNodeId(UmatiServerLib::constexp::NodeId(constants::NsIAUri, UA_IAID_STACKELEMENTLIGHTTYPE_SIGNALMODE)), UmatiServerLib::attribute::PlaceholderOptional()) REFL_END