Path correction for UHome OTA (#242)

OTA didn't worked in Z2M. Error 404 occured. It was pathing error.

Co-authored-by: Alexey Bolshov <Alex_Bolshov@bitbucket.org>
This commit is contained in:
AlexBolshov
2023-01-25 18:06:32 +02:00
committed by GitHub
parent 144bc9b0ae
commit b835483151
2 changed files with 3 additions and 3 deletions

View File

@@ -2170,8 +2170,8 @@
"manufacturerCode": 123,
"imageType": 321,
"sha512": "d001b624595e347ee2d8b4a45f01bd97af3d79eff166dd8f335313a7f992709189f3b38b052caf6c7b3182b4d772d2b5a22119d6fbf97a83c246a37c753c7c3f",
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/Uhome/007B-0141-01060101-good_image.zigbee",
"path": "images/Uhome/007B-0141-01060101-good_image.zigbee"
"url": "https://github.com/Koenkk/zigbee-OTA/raw/master/images/UHome/007B-0141-01060101-good_image.zigbee",
"path": "images/UHome/007B-0141-01060101-good_image.zigbee"
},
{
"fileVersion": 18,

View File

@@ -30,7 +30,7 @@ const manufacturerNameLookup = {
4742: 'Sonoff',
4454: 'Innr',
4659: 'ThirdReality',
123: 'Uhome',
123: 'UHome',
4617: 'Bosch',
};