]> git.basschouten.com Git - openhab-addons.git/commit
[homematic] Remove state description step size handling (#12192)
authormaniac103 <dannybaumann@web.de>
Sun, 6 Feb 2022 19:21:59 +0000 (20:21 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Feb 2022 19:21:59 +0000 (20:21 +0100)
commitf29d86cf4fc73fca5c4a48adc638e83cbf01860d
tree9ebf87339fe42c286678d83558881b4b97c73192
parent65cd63305d6fe00dc5dc3b7a4613bec5cff033c8
[homematic] Remove state description step size handling (#12192)

The RPC protocol doesn't provide this value, so it always was made up
more or less arbitrarily. Since the UI now uses this value for
validation purposes, there are cases where valid values can not be
entered due to this step size (particularly for datapoints with more
than 1 decimal digit).

Fixes #12183

Signed-off-by: Danny Baumann <dannybaumann@web.de>
bundles/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/communicator/virtual/DisplayTextVirtualDatapoint.java
bundles/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/model/HmDatapoint.java
bundles/org.openhab.binding.homematic/src/main/java/org/openhab/binding/homematic/internal/type/HomematicTypeGeneratorImpl.java