Skip to content

Commit

Permalink
Fix Legrand NLV/NLL version detection (#417)
Browse files Browse the repository at this point in the history
Add maxFileVersion to older NLV and NLL firmwares to fix
  the detection of the 'latest_version' available
  • Loading branch information
FabianMangold authored Dec 26, 2023
1 parent f69a2b1 commit 0508863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2650,6 +2650,7 @@
"path": "images/Xiaomi/20220607180259_OTA_lumi.switch.acn031_0.0.0_211551_20220217_C7F604.ota"
},
{
"maxFileVersion": 3097091,
"fileVersion": 3097091,
"fileSize": 240567,
"manufacturerCode": 4129,
Expand Down Expand Up @@ -2736,6 +2737,7 @@
"path": "images/Legrand/1021-000e-00494203-NLF.zigbee"
},
{
"maxFileVersion": 2245123,
"fileVersion": 2245123,
"fileSize": 251495,
"manufacturerCode": 4129,
Expand Down

0 comments on commit 0508863

Please sign in to comment.