diff --git a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php index 7257eac6..9bf0052e 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Services/Xml/FromXmlService.php @@ -394,7 +394,7 @@ class FromXmlService return new Signal( $attributes['name'] ?? null, $attributes['pad-key'] ?? null, - isset($attributes['alternative']) ? (bool) $attributes['alternative'] : null, + isset($attributes['alternative']) ? trim($attributes['alternative']) === 'true' : null, $this->stringService->tryStringToInt($attributes['index'] ?? null), $attributes['function'] ?? null, $attributes['field'] ?? null