diff --git a/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/ceiling_sensor_helper.dart b/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/ceiling_sensor_helper.dart index 291c2f81..940daf23 100644 --- a/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/ceiling_sensor_helper.dart +++ b/lib/pages/routines/widgets/routine_dialogs/ceiling_sensor/ceiling_sensor_helper.dart @@ -166,11 +166,11 @@ abstract final class CeilingSensorHelper { static const toggleCodes = { 'radar_switch', 'space_para_switch', - 'self_test_result', + 'checking_result', 'nobody_time', - 'movement', + 'body_movement', 'custom_mode', - 'space_type', + 'scene', 'presence_state', }; }