mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Update operation codes for CpsPresenceJudgementThresholdFunction and CpsMotionAmplitudeTriggerThresholdFunction.
This commit is contained in:
@ -361,7 +361,7 @@ final class CpsPresenceJudgementThrsholdFunction extends CpsFunctions {
|
|||||||
max = 255,
|
max = 255,
|
||||||
step = 5,
|
step = 5,
|
||||||
super(
|
super(
|
||||||
code: 'presence_judgement_threshold'.wrong,
|
code: 'presence_reference',
|
||||||
operationName: 'Presence Judgement Threshold',
|
operationName: 'Presence Judgement Threshold',
|
||||||
icon: Assets.presenceJudgementThrshold,
|
icon: Assets.presenceJudgementThrshold,
|
||||||
);
|
);
|
||||||
@ -392,7 +392,7 @@ final class CpsMotionAmplitudeTriggerThresholdFunction extends CpsFunctions {
|
|||||||
max = 255,
|
max = 255,
|
||||||
step = 5,
|
step = 5,
|
||||||
super(
|
super(
|
||||||
code: 'motion_amplitude_trigger_threshold'.wrong,
|
code: 'moving_reference',
|
||||||
operationName: 'Motion Amplitude Trigger Threshold',
|
operationName: 'Motion Amplitude Trigger Threshold',
|
||||||
icon: Assets.presenceJudgementThrshold,
|
icon: Assets.presenceJudgementThrshold,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user