|
ECS Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | 2.3.22 release notice Mark Gilmore Sun, 12 Sep 2004 07:42:53 -0700 |
Sun, 12 Sep 2004 07:42:53 -0700
Hi everyone,
ECS 2.3.15 has been uploaded to
http://OmnipotenceSoftware.com/ECS_SETUP.EXE (Win)
and http://OmnipotenceSoftware.com/ecs_linux.zip (Linux).
Update history is below.
For instructions, please see "Installing Updates" section of manual.
Regards,
Mark Gilmore
http://OmnipotenceSoftware.com
*************************
2.3.22
1) Added "Is Set To" Script operator for convenience:
Sets the condition TRUE if a Property is equal to the compared value
*and* it was just updated (just like the old "Is Now").
A specific example that applied to my cfg was all lines that compared
Icon-Clicks/Property-Name-Click/Property-Value-Click Objects:
The last REV.EXE changed lines like this:
If Icon-Click Is Now Fan
to this:
If Icon-Click Becomes Fan
But this modified line will *not* be TRUE if the Fan icon is clicked
twice in a row (because Icon-Click is *already* "Fan").
So with the "Is Set To" operator, I changed such lines to:
If Icon-Click Is Set To Fan
Without the "Is Set To" op, I would have had to use 2 lines:
If Update Is Icon-Click
And Icon-Click Is Fan
2.3.21
1) Renamed "Now" Script operators as follows:
Old New
----------- -----------
Is Now Becomes
Is Not Now Becomes Not
< Now Becomes <
<= Now Becomes <=
> Now Becomes >
>= Now Becomes >=
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.752 / Virus Database: 503 - Release Date: 9/3/2004
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects