Search found 80 matches

by fagci
02 Mar 2017 17:29
Forum: User Help / Bug Reports
Topic: GPS satellites count
Replies: 6
Views: 15391

Re: GPS satellites count

You can do it with fromJSON(), but it more complex...

If you want only satellites used in fix, you can use something like if(search(s, 'used_in_fix=true')){}
by fagci
02 Mar 2017 16:44
Forum: User Help / Bug Reports
Topic: GPS satellites count
Replies: 6
Views: 15391

Re: GPS satellites count

uif = 0; satellitesList = newList(); for(s in satellites) { p = split(s, ';'); satellite = newMap(); for(pv in p) { kv = split(pv, '='); satellite[kv[0]] = eval(kv[1]); } addElement(satellitesList, satellite); } log(satellitesList); for(s in satellitesList) { if(s['used_in_fix']) uif = uif + 1; } l...
by fagci
28 Feb 2017 06:53
Forum: User Help / Bug Reports
Topic: Select variable -> paste bug
Replies: 1
Views: 6190

Select variable -> paste bug

Sometimes, when I made this, I cant write into all fiels.
And more, each focused field becomes clean.
by fagci
27 Feb 2017 01:38
Forum: User Help / Bug Reports
Topic: GPS satellites count
Replies: 6
Views: 15391

Re: GPS satellites count

Wow! So informative information about satellites here!
I think it is about status only.

TY, Martin!
by fagci
27 Feb 2017 01:34
Forum: User Help / Bug Reports
Topic: FTP over SSL file list
Replies: 7
Views: 16747

Re: FTP over SSL file list

Got it. Thank you, Martin!
by fagci
26 Feb 2017 08:15
Forum: User Help / Bug Reports
Topic: GPS satellites count
Replies: 6
Views: 15391

GPS satellites count

How can I get this?

Best regards.
by fagci
24 Feb 2017 14:03
Forum: User Help / Bug Reports
Topic: Google Drive shared folder
Replies: 3
Views: 10592

Re: Google Drive shared folder

When I trying to delete shared file, I got: 24.02.2017 20:59:02.732 [Flow1] End executing action 'Google Drive Delete Files: /Family/Black.attheme' and exception Access to Google Drive failed: 403/Insufficient permissions for this file 24.02.2017 20:59:02.759 [Flow1] Flow ends execution due to error...
by fagci
24 Feb 2017 11:46
Forum: User Help / Bug Reports
Topic: FTP over SSL file list
Replies: 7
Views: 16747

Re: FTP over SSL file list

If I paste variable into password field, then share that flow to other Automagic user, password field becomes empty.
Request feature: field of text type when I check "[V] Use variable / visible password" to save field with variable.

//editing exported flow by hand is solution, but so hacky.
by fagci
24 Feb 2017 08:31
Forum: User Help / Bug Reports
Topic: Import flow action and periodic timer
Replies: 1
Views: 6354

Re: Import flow action and periodic timer

Can't reproduce on clean environment
by fagci
23 Feb 2017 20:50
Forum: User Help / Bug Reports
Topic: Import flow action and periodic timer
Replies: 1
Views: 6354

Import flow action and periodic timer

When I use Import Flows action, periodic timer triggers wont start, until I change params/name for timer trigger. But maybe here my mistake: 24.02.2017 03:56:02.535 Queue contains 12 workerInfos ...and counter increments Also, I see: 24.02.2017 04:10:04.453 Flows need not to be saved 24.02.2017 04:1...