-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: LMS Hook for Track & State Updates #3
Comments
Would love this feature, but is this app still being developed? |
Currently not very, no. |
I might be able to contribute, but unfortunately haven't discovered yet how to add these features. If somebody can give me some pointers I will try again! |
My main problem is with figuring out how to get Homey notified of state/song changes. I've got getCurrentTitle showing up on the mobile card, but it is only updated on init, so when the app is started. |
You'll have to emit an real-time event: module.exports.realtime( device_data, capability, newValue ); |
Such that the LMS will ping us when the track changes, volume changes, play stops / stars etc. and this can be updated in the Homey interface.
The text was updated successfully, but these errors were encountered: