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 17:06:32 +01:00
committed by GitHub
co-authored by Alexey Bolshov
parent 144bc9b0ae
commit b835483151
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const manufacturerNameLookup = {
4742: 'Sonoff',
4454: 'Innr',
4659: 'ThirdReality',
123: 'Uhome',
123: 'UHome',
4617: 'Bosch',
};