mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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:
parent
218367e013
commit
95204f0dd6
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user