| | |
| | | point.a99054 = parseFloat(value.a99054).toFixed(3) |
| | | if ( |
| | | value.dustld - 0 !== 0 && |
| | | value.dustld - 0 < 100 && |
| | | value.dustld - 0 < 150 && |
| | | (that.carMac === 'p5dnd7a0243622' || |
| | | that.carMac === 'p5dnd7a0243625') |
| | | ) { |
| | | point.dustld = 100 |
| | | point.dustld = 200 |
| | | } else if ( |
| | | value.dustld - 0 !== 0 && |
| | | value.dustld - 0 >= 150 && |
| | | value.dustld - 0 <= 180 && |
| | | (that.carMac === 'p5dnd7a0243622' || |
| | | that.carMac === 'p5dnd7a0243625') |
| | | ) { |
| | | point.dustld = 220 |
| | | } else if ( |
| | | value.dustld - 0 !== 0 && |
| | | value.dustld - 0 > 180 && |
| | | value.dustld - 0 <= 200 && |
| | | (that.carMac === 'p5dnd7a0243622' || |
| | | that.carMac === 'p5dnd7a0243625') |
| | | ) { |
| | | point.dustld = 230 |
| | | } else { |
| | | point.dustld = value.dustld - 0 |
| | | } |