action ijenko_place_electricity_autonomy { label: "Get autonomy rate of the place" description: "Compute the autonomy rate of the *Place* on a time period.\n\n`autonomy = 1 - (elec_drawn / elec_total_usage)`\n" provider: ijenko method: GET path: "/places/{placeId}/electricity/autonomy" encoding: json output: { type: "object" additionalProperties: true } }