mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:44:25 +00:00
Fix manufacturerName removed by updateall.js. https://github.com/Koenkk/zigbee-OTA/issues/62
This commit is contained in:
@@ -99,7 +99,7 @@ const main = async () => {
|
||||
|
||||
if (index !== -1) {
|
||||
console.log(`Updated existing entry (${JSON.stringify(entry)})`);
|
||||
indexJSON[index] = entry;
|
||||
indexJSON[index] = {...indexJSON[index], ...entry};
|
||||
|
||||
if (entry.path && entry.path !== destination) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user