Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / MobilePresence / MobilePresences.groovy
index e264cae4dcc9c0825c2658e9d1f0d9b48213cd82..a462b9fbb737f5ec6ba04b815490133477c640d7 100644 (file)
@@ -36,6 +36,9 @@ public class MobilePresences {
        def find(Closure Input) {
                mobilePresences.find(Input)
        }
+       def sort(Closure Input) {
+               mobilePresences.sort(Input)
+       }
        def collect(Closure Input) {
                mobilePresences.collect(Input)
        }