How to get Item Tempearture in DSL Rule
Verfasst: 1. Dez 2023 18:22
Im using simple Rules with some DSL Code and want to avoid to use javascript.
In order to change an item commands are used commands like this:
Bibliothek_Solltemperatur.sendCommand("20");
How can I read the values. Im Looking for something like
Bibliothek_Solltemperatur.getvalue();
But can't find it. Do you have an idea?
In order to change an item commands are used commands like this:
Bibliothek_Solltemperatur.sendCommand("20");
How can I read the values. Im Looking for something like
Bibliothek_Solltemperatur.getvalue();
But can't find it. Do you have an idea?