action opto22_list_devices { label: "listDevices" description: "List devices available in the data store. Authorized for admins and editors." provider: opto22 method: GET path: "/v1/data-store/devices" encoding: json output: { type: "object" additionalProperties: true } }