Skip to content

Commit

Permalink
Update ezo_do.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Nov 30, 2024
1 parent 50b9fc1 commit a8e6b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ezo_do.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ button:
if (id(select_command_do).state == "Salinity Compensation Value") {
id(do_ezo).send_custom("S,35.0,ppt");
}
if (id(select_command_do).state == "Salinity Compensation @ 35ppt") {
if (id(select_command_do).state == "Set Salinity Compensation @ 35ppt") {
id(do_ezo).send_custom("S,?");
}
// else {
Expand Down

0 comments on commit a8e6b0c

Please sign in to comment.