linariii / fritz-homeautomation-csharp

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

Responses contain an XML serialization error (2) => Temperature #4

Open Tjossul opened 7 months ago

Tjossul commented 7 months ago

Hello,

you should use data type int instead of uint for "temperature".

If you get temperature data in "°C" it is possible to get data below zero which will end up getting no data but an XML deserialization exception!

Regards.