From 020d7e75da712ca0e7c3c8a381b65e9e438eecb4 Mon Sep 17 00:00:00 2001 From: seaside1 Date: Thu, 20 Oct 2022 22:18:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 993d475b..52a6bd8d 100644 --- a/README.md +++ b/README.md @@ -703,7 +703,7 @@ public void sendPushover(JRuleEvent event) { ## BETA14 - Thing support in rules by [seime](https://github.com/seime) pr https://github.com/seaside1/jrule/pull/59 - - BREAKING: jrule-items.jar has been renamed to jrule-generated.jar + - BREAKING: jrule-items.jar has been renamed to jrule-generated.jar - Added missing sendCommand for StopMove commands by [seime](https://github.com/seime) pr https://github.com/seaside1/jrule/pull/57 - Fixed parsing of double value for Quantity type by [seime](https://github.com/seime) pr https://github.com/seaside1/jrule/pull/56 - Added generic action handler by [querdenker2k](https://github.com/querdenker2k) pr https://github.com/seaside1/jrule/pull/55 see exampe #34