Skip to content

Commit 4e8ac7a

Browse files
htreuConfectrician
authored andcommitted
Change group function EQUAL to EQUALITY (openhab#783)
Relates to eclipse-archived/smarthome#6278. Signed-off-by: Henning Treu <henning.treu@telekom.de>
1 parent 580f309 commit 4e8ac7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configuration/items.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,14 +467,14 @@ The general syntax for groups with a specific item type and aggregation function
467467
Group[:itemtype[:function]] groupname ["labeltext"] [<iconname>] [(group1, group2, ...)]
468468
```
469469

470-
- If the aggregation function is omitted, the function `EQUAL` will be used
471-
- If the aggregation function and `itemtype` are omitted, no group state will be aggregated from member Items
470+
- If the aggregation function is omitted, the function `EQUALITY` will be used.
471+
- If the aggregation function and `itemtype` are omitted, no group state will be aggregated from member Items.
472472

473473
Group state aggregation functions can be any of the following:
474474

475475
| Function | Description |
476476
|------------------------|-------------|
477-
| `EQUAL` | Default if no function is specified. If ALL members have state X the group state will be X, otherwise the group state will be `UNDEF`. |
477+
| `EQUALITY` | Default if no function is specified. If ALL members have state X the group state will be X, otherwise the group state will be `UNDEF`. |
478478
| `AND(value1,value2)` | [Boolean](https://en.wikipedia.org/wiki/Boolean_algebra) AND operation. If all item states are 'value1', 'value1' is returned, otherwise 'value2' is returned. |
479479
| `OR(value1,value2)` | [Boolean](https://en.wikipedia.org/wiki/Boolean_algebra) OR operation. If at least one item state is of 'value1', 'value1' is returned, otherwise 'value2' is returned. |
480480
| `NAND(value1,value2)` | [Boolean](https://en.wikipedia.org/wiki/Boolean_algebra) NAND (not AND) operation. Returns the opposite of the AND operation. |

0 commit comments

Comments
 (0)