Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev2x

This commit is contained in:
MichaelDvP
2023-11-15 11:31:58 +01:00
13 changed files with 861 additions and 845 deletions

View File

@@ -350,7 +350,7 @@ const DashboardDevices: FC = () => {
const deviceValueDialogSave = async (devicevalue: DeviceValue) => {
const id = Number(device_select.state.id);
await writeDeviceValue({ id, devicevalue })
await writeDeviceValue({ id, c: devicevalue.c, v: devicevalue.v })
.then(() => {
toast.success(LL.WRITE_CMD_SENT());
})