diff options
author | Chris Schlaeger <chris@linux.com> | 2016-04-17 12:51:14 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-04-17 12:51:14 +0200 |
commit | d85a394d88146d745c2ea5ccd339c1c4121a3ea1 (patch) | |
tree | 41e627cd1825709b6aa7a5584af667dfe4dda712 /lib | |
parent | 37bd47d28f87a766afd9c8ff1092738b4803138b (diff) | |
download | postrunner-d85a394d88146d745c2ea5ccd339c1c4121a3ea1.zip |
New: Add support for optical heart rate sensor device.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/DeviceList.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/postrunner/DeviceList.rb b/lib/postrunner/DeviceList.rb index b056ae0..22609d5 100644 --- a/lib/postrunner/DeviceList.rb +++ b/lib/postrunner/DeviceList.rb @@ -31,6 +31,7 @@ module PostRunner 'environment_sensor_legacy' => 'GPS', 'gps' => 'GPS', 'heart_rate' => 'Heart Rate Sensor', + 'optical_heart_rate' => 'Optical Heart Rate Sensor', 'running_dynamics' => 'Running Dynamics', 'stride_speed_distance' => 'Footpod' } |