Statistics
| Revision:

root / logic / trunk / src / init / scenarios.xml @ 20

History | View | Annotate | Download (688 Bytes)

1
<?xml version="1.0"?>
2
<scenariotree>
3
    <scenario id="ac_01">
4
        <name nam="Air Conditioner"/>
5
        <minvalue minval="18"/>
6
        <maxvalue maxval="27"/>
7
        <optimal_value optVal="23"/>
8
        <idle_check_interval ici="600"/>
9
        <active_check_interval aci="600"/>
10
        <sensors chk_dev1="thermometer_01" chk_dev2="thermometer_01"/>
11
        ...
12
        <reaction_function fr="linear"/>
13
        <action act="testAction_1"/>
14
        <param par="testParam_1"/>
15
    </scenario>
16
</scenariotree>
17

    
18
name
19
action path
20
param
21
idle check interval (s)
22
active check interval (s)
23
influence devices
24
reaction values //treba razdelat
25
function type //static (on - off), linear, log etc. (kako se spreminja moč na intervalu)
26