Trigger for Mobile Data Network Status

Post your feature requets for new triggers, conditions, actions and other improvements.

Moderator: Martin

Locked
kakharin
Posts: 13
Joined: 09 Jan 2013 10:35

Trigger for Mobile Data Network Status

Post by kakharin » 16 Jan 2013 10:22

Is it possible to have a trigger for mobile data network status, e.g. enable, disable? This will help to control activities for mobile data network.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Trigger for Mobile Data Network Status

Post by Martin » 16 Jan 2013 17:46

What kind of flow would you like to build?
It would be possible to add a trigger that is invoked when the connectivity changes (for example when the phone switches from WiFi to mobile data). It might also be possible to add a trigger to detect when data is transferred, but I have to check how reliable this is.
A trigger for the mobile data setting itself (the setting changed by action Set Mobile Datanetwork State) seems not to be possible to add.

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: Trigger for Mobile Data Network Status

Post by natong » 01 Oct 2015 02:05

+1 for Trigger : Mobile Datanetwork Enabled with supplied variable data_state (0=unknown, 1=enabled, 2=disabled) like the wifi_state.
Last edited by natong on 02 Oct 2015 04:04, edited 1 time in total.

natong
Posts: 80
Joined: 29 Aug 2015 05:24

Re: Trigger for Mobile Data Network Status

Post by natong » 02 Oct 2015 04:03

Updated: Martin suggest me to use

Trigger: System Setting Changed
Category: Global
Name: mobile_data

value will be 0 for disabled and 1 for enabled

Locked