fix name of system file

This commit is contained in:
proddy
2024-09-04 09:54:23 +02:00
parent e92b43e62b
commit 21f53252fd

View File

@@ -84,7 +84,7 @@ const DownloadUpload = () => {
}).onSuccess((event) => {
saveFile(
event.data,
String(event.args[0].device) + '_' + String(event.args[0].entity) + '.txt'
String(event.args[0].device) + '_' + String(event.args[0].cmd) + '.txt'
);
});