Skip to content

Commit

Permalink
Update FreeAtHomeDeviceChannel.java
Browse files Browse the repository at this point in the history
Fixed Typo

Signed-off-by: JankKeks <[email protected]>
  • Loading branch information
JankKeks committed Jan 13, 2025
1 parent 1de056b commit 7d4d0c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ public boolean createChannelFromJson(String deviceLabel, String channelId, JsonO

break;
}
case FID_RAIN_ALARM_SENSOR: { // 0x000C Wind Alarm
case FID_RAIN_ALARM_SENSOR: { // 0x000E Wind Alarm
this.channelId = channelId;
logger.debug("Rain Alarm channel - Channel FID: 0x{}", channelFunctionID);
FreeAtHomeDatapointGroup newDatapointGroup = new FreeAtHomeDatapointGroup();
Expand Down

0 comments on commit 7d4d0c0

Please sign in to comment.