mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Changed the type check of location execution plan to 'gps'.
This commit is contained in:
parent
a2e8537fcf
commit
8a759db8da
@ -42,7 +42,7 @@ from AndroidSense[meta_type == 'audio']
|
|||||||
select meta_owner, meta_deviceId, meta_timestamp, audio_playing, headset_on, music_volume
|
select meta_owner, meta_deviceId, meta_timestamp, audio_playing, headset_on, music_volume
|
||||||
insert into AudioStream;
|
insert into AudioStream;
|
||||||
|
|
||||||
from AndroidSense[meta_type == 'location']
|
from AndroidSense[meta_type == 'gps']
|
||||||
select meta_owner, meta_deviceId, meta_timestamp, gps_lat as latitude, gps_long as longitude
|
select meta_owner, meta_deviceId, meta_timestamp, gps_lat as latitude, gps_long as longitude
|
||||||
insert into LocationStream;
|
insert into LocationStream;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user