action ijenko_place_devices { label: "List of Devices" description: "Get the list of *Devices* available in this *Place*." provider: ijenko method: GET path: "/places/{placeId}/devices" encoding: json output: { type: "object" additionalProperties: true } }