eufy-security-ws: `device.stop_livestream` does not generate an event as `livestream stopped`

Describe the bug
When I was using 0.3.3 version device.stop_livestream was succesfully generating livestream stopped event but I had tried latest (0.4.2) and I am not able to get respective event to detect the status

To Reproduce
Steps to reproduce the behavior:

  1. sent: {“messageId”: “start_livesteam”, “command”: “device.start_livestream”, “serialNumber”: “T8113N1320483643”}
  2. received: {‘type’: ‘event’, ‘event’: {‘source’: ‘device’, ‘event’: ‘livestream started’, ‘serialNumber’: ‘T8113N1320483643’}}
  3. sent: {“messageId”: “start_livesteam”, “command”: “device.stop_livestream”, “serialNumber”: “T8113N1320483643”}
  4. nothing specifically received

Expected behavior
to receive: {‘type’: ‘event’, ‘event’: {‘source’: ‘device’, ‘event’: ‘livestream stopped’, ‘serialNumber’: ‘T8113N1320483643’}}

Screenshots & Logfiles
N/A

Versions:
Docker version 0.4.2 (latest tag(

Additional context
N/A

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 28 (28 by maintainers)

Commits related to this issue

Most upvoted comments

@fuatakgun Version 0.5.1 released

Got it, thanks, i will check