linariii / fritz-homeautomation-csharp

C# implementation of the AVM Home Automation API
MIT License
3 stars 1 forks source link

XML serialisation error #5

Open giswiz opened 4 months ago

giswiz commented 4 months ago

When listing my devices, I get an XML serialisation errors

  1. Temperature.Offset is defined as uint but may be negative (int works fine)
  2. the enum SwitchMode contains Off ("0"), On ("1") and Auto ("auto") but should be Auto ("auto") and Manuell ("manuell")

I've exchanged the DLL in my copy of com.linariii.fritzsmarthome.streamDeckPlugin and now that too works fine.