====Housecode Verbs and Scripts=== Theses verbs are only used for X10 devices and interfaces. This section details verbs and scripts that affect an entire housecode of units. The X10 "ALL..." type commands affect all units on a single housecode. They can be issued by your scripts, and by external controllers.\\ Normal Unit scripts are NOT triggered by any of these ALL type commands.\\ In order to **respond** to incoming ALL commands you must create **global scripts** of the name: **DoALL.x** where **x** is the housecode. Then when XTension receives any ALL type command from the powerlines it will trigger such a script if it exists.\\ The DoAll.x script then may test the **command** property to determine which one of the ALL commands it was.// {{indexmenu>:dictionary/housecode#2|js#doku}}