Тема: Question regarding adding units to sessions for getting events
Hello Wialon team, I am currently adding units to my session via-
svc=events/update_units¶ms={"mode":"add",
"units":[
{
"id":<long>,
"detect":
{
"trips":<uint>,
"lls":<uint>,
"sensors":<uint>,
"ignition":<uint>,
"counters":<uint>,
"speedings":<uint>,
}
},
...
]}
My question is if there any way to select all my units en masse without needed to specific them individually. Similar to how I use
detect":{"*":0}
to select all sensors, is there any similar value I can use to get all my units? Thanks.