Skip to content

Commit

Permalink
fix invalid select index
Browse files Browse the repository at this point in the history
  • Loading branch information
jensgraef authored and the78mole committed Jan 23, 2023
1 parent f600be4 commit 82376ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/km271_wifi/km271_communication_components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static const struct TelegramBuilderConfiguration telegramBuilderConfiguration[]
{config_ww_temperature, UseFloatValue, 30, 60, 0, data_type_warm_water, 0x07, 3},
{config_heating_circuit_1_design_temperature, UseFloatValue, 30, 90, 0, data_type_heating_circuit_1, 0x0e, 4},
{config_heating_circuit_1_room_target_temperature_day, UseFloatValueTimesTwo, 10, 30, 0, data_type_heating_circuit_1, 0x00, 3},
{config_heating_circuit_1_operation_mode, UseSelectValue, 0, 0, 3, data_type_heating_circuit_1, 0x00, 4}
{config_heating_circuit_1_operation_mode, UseSelectValue, 0, 0, 2, data_type_heating_circuit_1, 0x00, 4}
};


Expand Down

0 comments on commit 82376ca

Please sign in to comment.