NEWS
Variable resistant to shutdown iobroker ?
-
My problem looks like this:
I want to create two variables whose values I will set from e.g. vis. This means, for example, setting the time "from - to".
I can create variables in the iobroker tree. It's not a problem.
But how to ensure that the values entered there do not reset to zero after restarting the computer? -
My problem looks like this:
I want to create two variables whose values I will set from e.g. vis. This means, for example, setting the time "from - to".
I can create variables in the iobroker tree. It's not a problem.
But how to ensure that the values entered there do not reset to zero after restarting the computer?@mguc sagte in Variable resistant to shutdown iobroker ?:
I can create variables in the iobroker tree.
sure that you mean variables? and not states?
variables in scripts will forget their values if the script is stopped.Values of states will be kept "forever"
-
@mguc sagte in Variable resistant to shutdown iobroker ?:
I can create variables in the iobroker tree.
sure that you mean variables? and not states?
variables in scripts will forget their values if the script is stopped.Values of states will be kept "forever"
