Skip to content

Commit 2dc69ab

Browse files
andrewfgCopilot
andauthored
Update bundles/org.openhab.core/src/main/java/org/openhab/core/util/LightModel.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 10ab72c commit 2dc69ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bundles/org.openhab.core/src/main/java/org/openhab/core/util

bundles/org.openhab.core/src/main/java/org/openhab/core/util/LightModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
* private void receiveBindingSpecificDataFromRemoteLight(double... receivedData) {
155155
* // update the model state based on the data received from the remote
156156
* model.setBrightness(receivedData[0]);
157-
* model.setRGB(receivedData[1], receivedData[2], receivedData[3]);
157+
* model.setRGBx(receivedData[1], receivedData[2], receivedData[3]);
158158
* model.setMired(receivedData[4]);
159159
*
160160
* // update the OH channels with the new state values

0 commit comments

Comments
 (0)