Skip to content

Commit

Permalink
Fix path for xiaomi_firmware.js for xiaomi_zncz12lm_smart_plug.json (#…
Browse files Browse the repository at this point in the history
…7439)

There is no such file named `xiaomi_firmware.js`. I suppose it's `xiaomi_swversion.js` used by other DDF.
  • Loading branch information
Zehir committed Dec 12, 2023
1 parent 86326ea commit 91ebe65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devices/xiaomi/xiaomi_zncz12lm_smart_plug.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ep": 1,
"fn": "xiaomi:special",
"idx": "0x08",
"script": "xiaomi_firmware.js"
"script": "xiaomi_swversion.js"
},
"read": {
"fn": "none"
Expand Down Expand Up @@ -103,7 +103,7 @@
"ep": 1,
"fn": "xiaomi:special",
"idx": "0x08",
"script": "xiaomi_firmware.js"
"script": "xiaomi_swversion.js"
},
"read": {
"fn": "none"
Expand Down Expand Up @@ -211,7 +211,7 @@
"ep": 1,
"fn": "xiaomi:special",
"idx": "0x08",
"script": "xiaomi_firmware.js"
"script": "xiaomi_swversion.js"
},
"read": {
"fn": "none"
Expand Down Expand Up @@ -254,4 +254,4 @@
]
}
]
}
}

0 comments on commit 91ebe65

Please sign in to comment.