Skip to content

Commit

Permalink
Fix wrong negation (#2323)
Browse files Browse the repository at this point in the history
* Fix wrong negation

Signed-off-by: Felix Schneider <[email protected]>

* Remove confusing introduction into items

As discussed in
#2323 (comment)

---------

Signed-off-by: Felix Schneider <[email protected]>
  • Loading branch information
felixschndr authored Jul 20, 2024
1 parent d50e237 commit 18f77f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configuration/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Items can be Strings, Numbers, Switches or one of a few other basic [Item types]
A programmer can compare Item types with base variable data types of a programming language.

A unique feature of openHAB Items is the ability to connect them to the outside world via [Bindings](/addons/#binding).
An Item does not simply store information that is set by software (e.g., `OFF`, 3.141 or "No Error"); the information stored by an Item may also be set by actions that take place in your home.

But let's not get ahead of ourselves.
The rest of this page contains details regarding Items and is structured as follows:

[[toc]]

Expand Down

0 comments on commit 18f77f6

Please sign in to comment.