diff --git a/Lib.Driver/Xml/XmlButton.cs b/Lib.Driver/Xml/XmlButton.cs index 4035278..814347c 100644 --- a/Lib.Driver/Xml/XmlButton.cs +++ b/Lib.Driver/Xml/XmlButton.cs @@ -9,7 +9,7 @@ namespace Lib.Driver.Xml [XmlRoot("Button")] public class XmlButton { - [XmlElement("Type")] + [XmlAttribute("Type")] public string? ButtonType { get; set; } } } \ No newline at end of file