admin
Administrator

Joined: | Saturday Mar 3rd, 2007 |
Location: | Singapore |
Posts: | 1200 |
Status: |
Offline
|
back to top
|
The Say Words Action allows words from the wordlst to be announced on keypads, and this can be triggered by any event, for example RC01 remote control can be programmed to control a light and at the same time announce Light on or off.
eg Say Word "kitchen", "Light", "On" , 255 where 255 is a terminator for Say Word
Please take note of a potemtial problem in the use of Say Word Action
If Say Word is the LAST action in the Response, it is terminated by 255. However that 255 which terminates the Say word sequence does not terminate the Response. As a result, the Response may spil over to the next response number.
Comfigurator up to version 3.2.3 does not insert an addtional 255 to terminate the Response when Say Word is the last action
eg
actions 199, 1,2,3,4,5,6, 255
has 8 codes in the Response with 255 being the last. As thiss terminates the Saay word action only, the Response will continue to the next Response which is not what is intended.
To work around, add a terminator 255 after the last 255
The next version of Comfigurator will fix this problem
|