Login

Discover the Samsung Home Appliances Range

Check out the range of award-winning Samsung home appliances at DID Electrical. Join the Samsung SmartThings community and stay connected. With over 150 million users, this award-winning ap gives you better control of all your smart devices in one location. It is accessible on IOS and Android and is compatible with the leading voice assistants.

Proud winners of the 2022 Which? Large Kitchen Appliance Brand of the Year Award.

Discover Why Samsung Is the

Which? 2022 Large Kitchen Appliance Brand of the Year

2023-03-30 14:16:03 +0100 2023-03-30 15:38:32 +0100 2023-03-29 15:30:57 +0100 2023-02-15 13:08:38 +0000 2023-02-15 13:08:40 +0000 2023-02-15 13:08:31 +0000 2023-02-15 13:08:32 +0000 2023-02-15 13:08:34 +0000 2023-02-15 13:08:36 +0000 2023-02-15 13:08:37 +0000 2023-02-15 13:08:43 +0000 2023-02-15 13:08:39 +0000 2023-02-15 13:08:42 +0000 2023-02-15 13:08:38 +0000
 ()

Search

const CERTAINLY_POPUPS = [ { id: "did", // Unique name of the popup. trigger: "page_load", // String or function. If string, accepted values are: "page_load", "visitor_inactivity", "chat_minimized". If function, it must return a boolean value: true or false condition: (function(){ return window.location.href.toLowerCase().includes("did") })(), delay: 3000, // Time in ms after which the first popup text is rendered repeat_after: 10, // Number of times after which this popup will show up again desktop: true, // Whether this popup is enabled on desktop devices mobile: true, // Whether this popup is enabled on mobile devices messages: [{ language: "en", // Language of the texts, will be checked against the current website locale texts: [ "Hi 😊", "Need some help?" ] }] } ] console.log("Initiating Cerainly chatbot");