Location:  WebCFG documentation > XML specification

Handler

Type: Handler
Parent: HandlerSet

Definition of an timer triggerd file/action handler.

Attributes
Attribute Description Usage
id ID of the handler yes
interval Interval in seconds the handler should be triggered yes
format the format of the data from the file/action. This could be 'plain' or 'property'. yes
Child Elements
Element Description Cardinality
action Declares a action for the handler to execute. 0..1
file Declares a file for the handler to read. 0..1
top