Update ring.js

This commit is contained in:
Tom Sightler
2024-04-23 23:03:45 -04:00
parent e84e979474
commit 762a6a4f35

View File

@@ -189,7 +189,7 @@ export default new class RingMqtt {
// Get all location devices and, if camera support is enabled, cameras, chimes and intercoms
const devices = await location.getDevices()
debug(devices)
debug(devices.location.assets)
debug(location.receivedAssetDeviceLists)
if (utils.config().enable_cameras) {