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.

* ✏️ Typo fix
This commit is contained in:
CV 2019-02-14 19:15:31 +01:00 committed by Franck Nijhof
parent 218367e013
commit 95204f0dd6

View File

@ -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 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 ```javascript
var obj = dom.GetObject("V_Last_Reboot"); var obj = dom.GetObject("V_Last_Reboot");