mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 11:14:19 +00:00
Allow non Gledopto manuf name for images with Gledopto manuf code
This commit is contained in:
@@ -634,6 +634,8 @@ Text after end tag`);
|
||||
["", IMAGE_TUYA, "Tuya image requires extra `manufacturerName` metadata"],
|
||||
['"modelId": "GL-C-008"', IMAGE_GLEDOPTO, undefined],
|
||||
["", IMAGE_GLEDOPTO, "Gledopto image requires extra `modelId` metadata"],
|
||||
['"manufacturerName": ["GleDopto"]', IMAGE_GLEDOPTO, "Gledopto image requires extra `modelId` metadata"],
|
||||
['"manufacturerName": ["OtherManuf"]', IMAGE_GLEDOPTO, undefined],
|
||||
])("manufacturer specific checks", async (body: string, image: string, error: string | undefined) => {
|
||||
filePaths = [useImage(image)];
|
||||
const newContext = withBody(`\`\`\`json
|
||||
|
||||
Reference in New Issue
Block a user