openzwave-dotnet-uwp
openzwave-dotnet-uwp copied to clipboard
1.6 Update - Handling Labels (openzwave-dotnet-uwp)
Per the OZW 1.6 Release Notes, all labels or user visible strings are dynamic and can be localized.
Need to check no hard-coded string comparisons are made on things like ValueID's (eg, GetLabel() == "Switch" type calls). Instead you should be using the CommandClass, and Index values from a ValueID to determine what the ValueID represents.
Please close this if its not relevant.