-
Notifications
You must be signed in to change notification settings - Fork 50
Description
DISCLAIMER: My dreambox is old and cannot run new webinterface, so there is no way to test this. I'm reporting this based on a code review and user experiences.
In a recent PR a34f4b2 /grab command was renamed with /screenshot (and some parameters changed).
My python is weak but as far I can see you did keep loadCompat overload available but this is never called in current implementation (default handler calls 'load'), and /grab controller is no longer working.
Please, do correct me if I'm wrong. Like I said, I'm reporting because users of my mobile app cannot use Screenshot command anymore on new Dreambox 900 UHD. You can see command here
Same thing is used in webbouqueteditor plugin in this repository.
buffer.src = '/grab?format=jpg&r=720&' + what + '&filename=/tmp/' + downloadStart; |
Now, can you please make /grab command available again?