- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Description
Hello! Thank you for your great work!
I have a problem with cadence rpm overlay in obs.
In cadence rpm overlay  addCyclingCadenceListener is called (which gives undefined function error in browser's console).
rtirl-obs/public/cycling_cadence/rpm.html
Line 12 in b050ac3
| RealtimeIRL.forPullKey(pullKey).addCyclingCadenceListener(function ( | 
In API no such function exists; the most similar one is addCyclingCrankListener
Line 97 in b050ac3
| addCyclingCrankListener(callback: (power: Watts) => void) { | 
But even after rewriting overlay code to use
RealtimeIRL.forPullKey(pullKey).addListenercallback doesn't return any revolutions in data (only available fields are: altitude, heading, location, pedometerSteps, reportedAt, speed, updatedAt). Companion app is working, bluetooth speed/cadence sensor is connected and real-time revs are displayed in it. Tried v1.3.3 (10902688) version of beacon app.