Update ring.js

This commit is contained in:
Tom Sightler
2024-04-23 23:00:42 -04:00
parent 09dfaf5e42
commit e84e979474

View File

@@ -189,6 +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(location.receivedAssetDeviceLists)
if (utils.config().enable_cameras) {