Skip to content

Commit

Permalink
Fix Qrevo Curve definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
copystring committed Oct 1, 2024
1 parent 4e79f66 commit f1ee7be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/deviceFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ const actions = {
set_clean_fluid: () => {
deviceStates.clean_fluid = "number";
},
set_extra_time: async () => {
deviceStates.extra_time = "number";
set_extra_time: () => {
cleaningRecordsString.extra_time = "number";
},
set_cleaning_info: async () => {
set_cleaning_info: () => {
deviceStates.cleaning_info = "JSON";
},
set_exit_dock: async () => {
set_exit_dock: () => {
deviceStates.exit_dock = "number";
},
};
Expand Down

0 comments on commit f1ee7be

Please sign in to comment.