Skip to content

Commit beac270

Browse files
Added info box for generic trules article. Remove paper ui references. (openhab#1496)
Signed-off-by: Jerome Luckenbach <[email protected]>
1 parent fb1e0f8 commit beac270

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed
-45.6 KB
Binary file not shown.
-45.5 KB
Binary file not shown.

configuration/rules-ng.md

+6-14
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,15 @@ layout: documentation
33
title: Next-Gen Rules
44
---
55

6-
{% include base.html %}
6+
:::tip
7+
This information is for advanced users.
8+
If your are looking for general rules explanations have a look at our [Rules](https://www.openhab.org/docs/configuration/rules-dsl.html) article.
9+
:::
710

811
# Next-Generation Rule Engine
912

10-
[![experimental](https://badges.github.io/stability-badges/dist/experimental.svg)](https://github.com/badges/stability-badges)
11-
12-
Since openHAB 2.4 another Rule Engine has been added. It works fundamentally different than what you find with our current [Rules](https://www.openhab.org/docs/configuration/rules-dsl.html). It allows Rules to be edited in a graphical fashion and to interact with [JSR223 Scripts (Javascript, Jypthon, etc)](https://www.openhab.org/docs/configuration/jsr223.html).
13-
14-
## Installation
15-
16-
Install the rule engine from Add-ons → Misc → Rule Engine (Experimental).
17-
18-
![rule engine addon](images/rules_ng_addons.png)
19-
20-
When you now refresh your browser, you will see a `Rules` menu appearing in the main menu of Paper UI.
21-
22-
![new rule](images/rules_ng_new_rule.png)
13+
Since openHAB 2.4 another Rule Engine has been added.
14+
It allows Rules to be edited in a graphical fashion and to interact with [JSR223 Scripts (Javascript, Jypthon, etc)](https://www.openhab.org/docs/configuration/jsr223.html).
2315

2416
## Concept
2517

0 commit comments

Comments
 (0)