This bug was introduced between firmware 2.4.4.146 and 2.5.0.143.
I have an application that uses device names in the input parameter. For example:
input "lockLocks${lockName}${userID}","capability.lock", title: "Lock lock(s)", required: false, multiple: true
Since the upgrade, since “${lockName}” has a space, it’s failing to populate the list of locks for the drop down. Can this be fixed?
Thanks