action adafruit_all_groups { label: "All groups for current user" description: "The Groups endpoint returns information about the user's groups. The response includes the latest value of each feed in the group, and other metadata about the group.\n" provider: adafruit method: GET path: "/{username}/groups" encoding: json input: { type: "object" properties: { username: { type: "string" } } required: ["username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }