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
Describe the bug
Since last major release the MQTT message with recorded files is empty.
This is current MQTT "yicam/motion_files" message:
{
"start":"2024-06-20T16:44:46+02:00",
"end":"2024-06-20T16:45:55+02:00",
"files":[ ]
}
As you can see "files" is empty, while files are actually being saved under the /record/ folder
Expected behaviour
Previously the message was populated under Files with a list of saved files and paths.
For example is this is the full path: http://192.168.188.7/record/2024Y06M20D16H/45M00S.mp4
the MQTT message used to contain: 2024Y06M20D16H/45M00S.mp4
under "files".
"files" can be a list (anyway it can bring several elements of more videos are associated to the same motion event9.
Set Up Details (please complete the following information):
Firmware Version: 0.4.1
Device: yi dome
Model: 63US
The text was updated successfully, but these errors were encountered:
Describe the bug
Since last major release the MQTT message with recorded files is empty.
This is current MQTT "yicam/motion_files" message:
{
"start":"2024-06-20T16:44:46+02:00",
"end":"2024-06-20T16:45:55+02:00",
"files":[ ]
}
As you can see "files" is empty, while files are actually being saved under the /record/ folder
Expected behaviour
Previously the message was populated under Files with a list of saved files and paths.
For example is this is the full path: http://192.168.188.7/record/2024Y06M20D16H/45M00S.mp4
the MQTT message used to contain: 2024Y06M20D16H/45M00S.mp4
under "files".
"files" can be a list (anyway it can bring several elements of more videos are associated to the same motion event9.
Set Up Details (please complete the following information):
The text was updated successfully, but these errors were encountered: