Changes in classes: new concept for latest value + all types of events generated...
[smartthings-infrastructure.git] / AeonKeyFob / AeonKeyFobs.groovy
index 673afa091aa7a03641f3c78eb4249e2bb9643738..bbb1a35be6885713fee4db22984a6b5e6db1f3dd 100644 (file)
@@ -37,6 +37,9 @@ public class AeonKeyFobs {
        def each(Closure Input) {
                aeonKeyFobs.each(Input)
        }
+       def sort(Closure Input) {
+               aeonKeyFobs.sort(Input)
+       }
        def find(Closure Input) {
                aeonKeyFobs.find(Input)
        }