Update wizard.js

Fix issue after master merge
This commit is contained in:
LordGrey
2020-11-04 21:04:00 +01:00
committed by GitHub
parent 0dd8e45364
commit 36c05142a3

View File

@@ -1537,7 +1537,7 @@ async function getProperties_yeelight(hostname, port) {
}
function identify_yeelight_device(hostname, port) {
let params = { hostname: hostname, port: port
let params = { hostname: hostname, port: port };
requestLedDeviceIdentification("yeelight", params);
}