Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

Camera support has been dropped as EoL with Site Controller version 3.0


Section


Column
width400px

Introduction

It is possible to add a Camera to the system. Here we will have a small overview as how the device configuration should be done in the SiteController.




Column
width400px


Panel
borderColorlightgrey
bgColor#f0f0f0
titleOn this page:

Table of Contents



...

Code Block
<rule rule_id="Axis_Motion_Control">
            <triggers>
                <trigger sensor_id="Axis_Motion_Detection" trigger_topic="events" value_name="motion_detected" value_type="string"/>
            </triggers>
            <timers>
                <timer delay="5" timer_id="T1"/>
            </timers>
            <conditions>
                <condition expr="motion_detected == 'Motion'">
                    <true>
                        <result_list>
                            <result result_value="0" sensor_id="Axis_Motion_Detection" timer="T1" value_type="decimal"/>
                        </result_list>
                        <state_list>
                            <state state_name="motion_detected" state_value="0"/>
                        </state_list>
                    </true>
                </condition>
            </conditions>
        </rule>



Next Steps

Info