mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
* [DSL Rule] Allow rule with no trigger in DSL file format Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Copilot review comment: call getByytes with StandardCharsets.UTF_8 as parameter It was already called with StandardCharsets.UTF_8 for certain tests in that test class. Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Fix order of lines in itests after resolving conflict Signed-off-by: Laurent Garnier <lg.hc@free.fr> * Make triggers optional including the "when" key Signed-off-by: Laurent Garnier <lg.hc@free.fr> --------- Signed-off-by: Laurent Garnier <lg.hc@free.fr>