action opto22_read_tag { label: "readTag" description: "Read the current value of a single tag. Authorized for admins and editors." provider: opto22 method: GET path: "/v1/data-store/read/{id}" encoding: json output: { type: "object" additionalProperties: true } }