Is there a way or a plan to implement a feature where data fields have an ability to determine which sensor(s) from a sensor pool are connected? I'd like to know which of my speed/cadence sensors are connected so I can have a data field use bike specific parameters instead of having to have a separate custom data field developed/written for each bike. These parameters would eventually have to be configurable by the user but that is a whole other request...
Just so I understand what you're doing... You're essentially trying to use the sensor pool to identify the bike you're on? Presumably you're doing this so you can do some calculation that is dependent on the physical attributes of that bike?
Travis, that is correct. I would eventually like to save these attributes for each (sensor) bike and have them user adjustable but for my own personal use I can just hard code it for each bike in the code itself. Right now I would have to make two separate custom data fields and use the two separate fields in two sport profiles specific to each bike.