action ijenko_place_buses { label: "List Buses" description: "Get the list of *Buses* available on the gateway of this *Place*.\nIf `withPairing` is `true`, return only buses that allow device pairing (see `/places/{placeId}/buses/{busId}/pairing`)." provider: ijenko method: GET path: "/places/{placeId}/buses" encoding: json input: { type: "object" properties: { withPairing: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }