mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Add mappings for moving_range and presence_range in slider helpers
This commit is contained in:
@ -163,6 +163,8 @@ class _CeilingSensorDialogState extends State<CeilingSensorDialog> {
|
|||||||
'moving_static_time',
|
'moving_static_time',
|
||||||
'none_body_time',
|
'none_body_time',
|
||||||
'moving_max_dis',
|
'moving_max_dis',
|
||||||
|
'moving_range',
|
||||||
|
'presence_range',
|
||||||
};
|
};
|
||||||
|
|
||||||
List<DeviceFunctionData> _updateValuesForAddedFunctions(
|
List<DeviceFunctionData> _updateValuesForAddedFunctions(
|
||||||
|
@ -12,6 +12,8 @@ abstract final class CpsSliderHelpers {
|
|||||||
'moving_static_time' => (0, 60000, 1000),
|
'moving_static_time' => (0, 60000, 1000),
|
||||||
'none_body_time' => (0, 300000, 5000),
|
'none_body_time' => (0, 300000, 5000),
|
||||||
'moving_max_dis' => (0, 500, 50),
|
'moving_max_dis' => (0, 500, 50),
|
||||||
|
'moving_range' => (0, 255, 5),
|
||||||
|
'presence_range' => (0, 255, 5),
|
||||||
_ => (defaultMin, defaultMax, defaultDivdidend),
|
_ => (defaultMin, defaultMax, defaultDivdidend),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user