mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix name of system file
This commit is contained in:
@@ -84,7 +84,7 @@ const DownloadUpload = () => {
|
|||||||
}).onSuccess((event) => {
|
}).onSuccess((event) => {
|
||||||
saveFile(
|
saveFile(
|
||||||
event.data,
|
event.data,
|
||||||
String(event.args[0].device) + '_' + String(event.args[0].entity) + '.txt'
|
String(event.args[0].device) + '_' + String(event.args[0].cmd) + '.txt'
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user