@wildix/xbees-kite-client > RouteAction
RouteAction interface
Signature:
export interface RouteAction
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
(RouteActionCondition)[] | undefined | (Optional) List of conditions that must match before making an action. | ||
string | |||
boolean | undefined | (Optional) Indicates whether the action should be run only once, regardless of how many times the conditions are met. | ||
Task that must be performed once all conditions are met. |