Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / Lock / Locks.groovy
index ea75ef3e4863611aa4ed92cd989eebd382cf8c96..409058f6fe90b87e9fde1f61733562c1dc9971c9 100644 (file)
@@ -91,6 +91,9 @@ public class Locks{
        def find(Closure Input) {
                locks.find(Input)
        }
+       def sort(Closure Input) {
+               locks.sort(Input)
+       }
        def collect(Closure Input) {
                locks.collect(Input)
        }