edge/pkg/module/cast/testdata/refresh_devices.js

6 lines
122 B
JavaScript
Raw Normal View History

2023-02-17 10:38:45 +01:00
function refreshDevices() {
return cast.refreshDevices('5s')
.then(function(devices) {
return devices
})
}