bike BT cadence/speed intent

Started by daliaga, September 04, 2015, 05:04:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daliaga

Hi,

Thanks for the great work! Browsing the forum I found this list of intents, however the one to connect a bt cadence/speed device is missing. Any chance you could implement this in the future? This feature would be great to work with tasker.  This is the list I found:



public static final String INTENT_START_RECORD_NEWTRACK = "com.oruxmaps.INTENT_START_RECORD_NEWTRACK";

public static final String INTENT_START_RECORD_NEWSEGMENT = "com.oruxmaps.INTENT_START_RECORD_NEWSEGMENT";

public static final String INTENT_START_RECORD_CONTINUE = "com.oruxmaps.INTENT_START_RECORD_CONTINUE";

public static final String INTENT_STOP_RECORD = "com.oruxmaps.INTENT_STOP_RECORD";

public static final String INTENT_NEW_WAYPOINT = "com.oruxmaps.INTENT_NEW_WAYPOINT";



public static final String INTENT_START_BT_HR_MONITOR = "com.oruxmaps.INTENT_START_BT_HR_MONITOR";

public static final String INTENT_STOP_BT_HR_MONITOR = "com.oruxmaps.INTENT_STOP_BT_HR_MONITOR";

public static final String INTENT_START_ANT_HR = "com.oruxmaps.INTENT_START_ANT_HR_MONITOR";

public static final String INTENT_START_ANT_BIK_CAD = "com.oruxmaps.INTENT_START_ANT_BIKE_CADENCE";

public static final String INTENT_START_ANT_BIKCAD_SPEED = "com.oruxmaps.INTENT_START_ANT_BIKE_CADENCE_SPEED";

public static final String INTENT_START_ANT_BIKSPEED = "com.oruxmaps.INTENT_START_ANT_BIKE_SPEED";

public static final String INTENT_STOP_ANT = "com.oruxmaps.INTENT_STOP_ANT";





Thank you!