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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}