10
If the current device is used as liquid level detection, switch it to parking space detection
a. Set FillMaxDistance =0
Downlink: 05B1000000000000000000
Device returns:
85B1000000000000000000
b. Read FillMixDistance, confirm whether it has been set successfully
Downlink: 06B1000000000000000000
Device returns:
86B1000000000000000000
c. Set OnDistanceThreshold= 500mm
Downlink: 03B101F400000000000000
Device returns:
83B1000000000000000000
d. Read OnDistanceThreshold, confirm whether it has been set successfully
Downlink: 04B1000000000000000000
Device returns:
83B101F400000000000000
5.4 Example of DeadZoneDistance
SetDeadZoneDistance:
Downlink: 0BB100FA00000000000000 //set the device detection dead zone distance to 250mm
Device returns:
8BB1000000000000000000
Note: Keep the last set value when restoring the factory setting
GetDeadZoneDistance:
Downlink: 0CB1000000000000000000
Device returns:
8CB100FA00000000000000 //set the device detection dead zone distance to 250mm