Update ring.js

This commit is contained in:
Tom Sightler
2024-04-23 23:10:02 -04:00
parent 8df7a8d750
commit e117af8f48

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[0].location.assets)
debug(devices.location)
debug(location.receivedAssetDeviceLists)
if (utils.config().enable_cameras) {