Hello
On devices that I have, I need the ignition and motion state to be recorded in the events table.
To have the right results and not to miss any point I have activated the skipAttributes function with "ignition, motion".
My problem is that these attributes are contained in all the positions sent by the devices, so they are not filtered by any active filter and fill the positions table with tons of records.
There is some way to fix this situation ??
Maybe it helped me if I could compare the previous attribute with the last one and if it was the same to filter it ..
Regards
The only way to change filtering behaviour is by changing server code.
It is possible to do this only from FilterHandler.java ?
Hello
On devices that I have, I need the ignition and motion state to be recorded in the events table.
To have the right results and not to miss any point I have activated the skipAttributes function with "ignition, motion".
My problem is that these attributes are contained in all the positions sent by the devices, so they are not filtered by any active filter and fill the positions table with tons of records.
There is some way to fix this situation ??
Maybe it helped me if I could compare the previous attribute with the last one and if it was the same to filter it ..
Regards