Checkin: Allow to use presence state in rules (#4061)

This commit is contained in:
Raphael Michel
2024-04-18 13:15:31 +02:00
committed by GitHub
parent f09f07ec7c
commit b2842ec3a0
7 changed files with 102 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ class Equal(Func):
arg_joiner = ' = '
arity = 2
function = ''
conditional = True
class GreaterThan(Func):