Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
copystring committed Oct 2, 2024
1 parent cda124b commit 0ad43e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deviceFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const actions = {
cleaningRecordsString.extra_time = "number";
},
set_cleaning_info: () => {
deviceStates.cleaning_info = "JSON";
deviceStates.cleaning_info = "string";
},
set_exit_dock: () => {
deviceStates.exit_dock = "number";
Expand Down

0 comments on commit 0ad43e6

Please sign in to comment.