Refactor camera configuration and overview snapshot hooks; update environment variables and changed camera names to A and B
This commit is contained in:
@@ -19,10 +19,10 @@ const updateCamerasideConfig = async (data: {
|
||||
const updateUrl = `${base_url}/update-config?id=${data.id}`;
|
||||
|
||||
const updateConfigPayload = {
|
||||
id: data.id,
|
||||
id: data.friendlyName,
|
||||
fields: [
|
||||
{
|
||||
property: "propLEDDriverControlURI",
|
||||
property: "id",
|
||||
value: data.friendlyName,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user