action sinao_app_rules_list { label: "List rules" description: "" provider: sinao method: GET path: "/apps/{appId}/rules/" encoding: json output: { type: "array" items: { properties: { conditions: { type: "array" description: "[ [property, comparator, value], ... ]" items: { type: "array" description: "[property, comparator, value]" items: { type: "string" } } } id: { type: "integer" } on_event: { type: "string" } parameter: { type: "string" } priority: { type: "integer" } value: { type: "string" } } } } }