Open bc3tech opened 10 years ago
In my app, I map Manufacturer to DeviceStatus.DeviceManufacturer
or DeviceExtendedProperties.GetValue("DeviceManufacturer")
, and map DeviceStatus.DeviceName to DeviceStatus.DeviceName
or DeviceExtendedProperties.GetValue("DeviceName")
.
Documentation is needed. It's easy to decipher what Manufacturer name is (
DeviceStatus.ManufacturerName
) but it's not straightforward what "Model" is referring to. XML documentation tags would clear this up. Or at least a usage example in the Readme.