jci-metasys / basic-services-dotnet

A simple client to access the most common services of the Metasys API (in the style of the old MSSDA)
https://jci-metasys.github.io/basic-services-dotnet/
BSD 3-Clause "New" or "Revised" License
3 stars 16 forks source link

fix: use 'object' as default classification #138

Closed michaelgwelch closed 1 month ago

michaelgwelch commented 1 month ago

The REST API operations that return collections of objects include a classification property. Many nodes in the tree come back with a value of "" for this property. However those nodes should be classified with "object" instead. This is being resolved in the REST API; however this commit addresses the issue when this client is used with older unpatched Metasys devices.