From 95204f0dd6629459dfb096db53e856402ae6ec86 Mon Sep 17 00:00:00 2001 From: CV Date: Thu, 14 Feb 2019 19:15:31 +0100 Subject: [PATCH] Clarification about Lost Connection Detection (#8419) * Clarification about Lost Connection Detection For people who are new to the CCU and specially writing a program it is helpful to mention that the script needs to reside in the "Then" clause even there is no condition. Even programming aware people might run into this problem. * :pencil2: Typo fix --- source/_components/homematic.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 0c9e6af31ba..cc57415ac40 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -410,7 +410,7 @@ When the connection to your HomeMatic CCU or Homegear is lost, Home Assistant wi 1. Create a string variable **V_Last_Reboot** on the CCU - 2. Creata a new programm on the CCU **without any conditions**, which executes the following *HM-Script* with a delay of 30 seconds: + 2. Creata a new programm on the CCU **without any conditions**, which executes the following *HM-Script* with a delay of 30 seconds. The Script needs to be implemented within the section `Activity: Then`. ```javascript var obj = dom.GetObject("V_Last_Reboot");