You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README.md file of the http binding, the table for the player type lists e.g. parameters play and pause.
While trying to set up a few items I used trial-and-error to get it working. The parameter play actually needs to be playValue, pause actually needs to be pauseValue. (I didn't try the other available parameters)
The text was updated successfully, but these errors were encountered:
Corrected wrong information about player channel type. Special values representing player states/commands are not optional and parameter names were wrong in the documentation.
Hopefully change solves this issue openhab#11677
In the README.md file of the http binding, the table for the player type lists e.g. parameters play and pause.
While trying to set up a few items I used trial-and-error to get it working. The parameter play actually needs to be playValue, pause actually needs to be pauseValue. (I didn't try the other available parameters)
The text was updated successfully, but these errors were encountered: