Solving issue #12910 (#12973)

Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
Gaël L'hopital
2022-06-20 17:15:36 +02:00
committed by GitHub
parent 33fe083f49
commit e17db56bd2

View File

@@ -46,6 +46,6 @@ public class PresenceChannelHelper extends CameraChannelHelper {
return toStringType(camera.getFloodlight());
}
}
return null;
return super.internalGetProperty(channelId, naThing, config);
}
}