Open Fishwaldo opened 5 years ago
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.
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.