How can I disable to get a notification on my phone and IPad when my doorbell looses connection and a new notification when the connection is back. I have a stable wifinetwork based on a Fritzbox. During the day it is OK to get a notification but during the night with my iPhone next to my bed I don’t like this.
Comments
0 comments
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Comments
0 comments