mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
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:
@ -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',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user