mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update wizard.js
Fix issue after master merge
This commit is contained in:
parent
0dd8e45364
commit
36c05142a3
@ -1537,7 +1537,7 @@ async function getProperties_yeelight(hostname, port) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function identify_yeelight_device(hostname, port) {
|
function identify_yeelight_device(hostname, port) {
|
||||||
let params = { hostname: hostname, port: port
|
let params = { hostname: hostname, port: port };
|
||||||
requestLedDeviceIdentification("yeelight", params);
|
requestLedDeviceIdentification("yeelight", params);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user