mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Rules.xtext: resolve ambiguity in the grammar (#5569)
This commit is contained in:
@@ -217,7 +217,7 @@ SIGNED_INT:
|
||||
|
||||
@Override
|
||||
ValidID:
|
||||
ID | 'rule' | 'uid' | 'when' | 'or' | 'but' | 'only' | 'and' | 'then' | 'end' |
|
||||
ID | 'rule' | 'uid' | 'when' | 'or' | 'but' | 'only' | 'and' | 'then' |
|
||||
'changed' | 'triggered' | 'from' | 'to' | 'started' |
|
||||
'cron' | 'is' | 'midnight' | 'noon' | 'timeOnly' | 'offset' | 'between' | 'in' |
|
||||
'weekday' | 'weekend' | 'holiday' | 'not' | 'ms' | 'executions'
|
||||
|
||||
Reference in New Issue
Block a user