We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31874a2 commit bd9c38bCopy full SHA for bd9c38b
front/src/routes/integration/all/rtsp-camera/actions.js
@@ -199,6 +199,7 @@ function createActions(store) {
199
async saveCamera(state, index) {
200
const camera = state.rtspCameras[index];
201
camera.features[0].name = camera.name;
202
+ delete camera.features[0].last_value_string;
203
let newCamera = await state.httpClient.post(`/api/v1/device`, camera);
204
newCamera = await actions.complete(newCamera);
205
const rtspCameras = update(state.rtspCameras, {
0 commit comments