Update toggleCodes in CeilingSensorHelper to replace 'self_test_result' and 'movement' with 'checking_result' and 'body_movement' for improved clarity.

This commit is contained in:
Faris Armoush
2025-04-13 09:18:09 +03:00
parent 49439816d5
commit ebbecb9738

View File

@ -166,11 +166,11 @@ abstract final class CeilingSensorHelper {
static const toggleCodes = <String>{ static const toggleCodes = <String>{
'radar_switch', 'radar_switch',
'space_para_switch', 'space_para_switch',
'self_test_result', 'checking_result',
'nobody_time', 'nobody_time',
'movement', 'body_movement',
'custom_mode', 'custom_mode',
'space_type', 'scene',
'presence_state', 'presence_state',
}; };
} }