adapt to 4.1.x

This commit is contained in:
2024-01-04 12:46:16 +01:00
parent 13b4080e4a
commit 7c14d57483
9 changed files with 285 additions and 124 deletions

View File

@@ -21,5 +21,6 @@ import org.openhab.core.types.State;
*/
public interface StateUpdater {
Channel getChannel(String channelName);
void updateState(ChannelUID uid, State state);
}