translations for drag&drop

This commit is contained in:
proddy
2024-08-15 16:48:24 +02:00
parent 07507eaeb6
commit d4d296a97e
13 changed files with 23 additions and 13 deletions

View File

@@ -4323,6 +4323,7 @@ router
let sorted_devices = [...emsesp_coredata.devices].sort((a, b) => a.t - b.t);
// append emsesp_coredata to sorted_devices so Custom is always at the end of the list
sorted_devices.push(emsesp_coredata_custom);
// sorted_devices = []; // uncomment if simulating no decvices...
return { connected: true, devices: sorted_devices };
})
.get(EMSESP_SENSOR_DATA_ENDPOINT, () => {