action corrently_om_readings { label: "Public shared smart meters installed in Germany and available for subservices and exploration." description: "Provides a list of available meterrs in the OpenMETER project ( https://www.openmeter.de/ ) which grants access for analytics as data discovery.\n" provider: corrently method: GET path: "/alternative/openmeter/readings" encoding: json output: { type: "array" items: { type: "object" properties: { currentScalingFactor: { type: "integer" description: "Factor imposed on metered current by a transducer" } loadProfileType: { type: "string" description: "Metering load profile type associated with the meter" } location: { type: "string" description: "Basic address information for geo coding" } manufacturerId: { type: "string" description: "DLMS manufacturerId" } measurementType: { type: "string" description: "Physical quantity being measured by the meter" } meta: { type: "string" description: "Statistical metadata for this household" } meterId: { type: "string" description: "identifier to be used in other methods like readings or activities." } scalingFactor: { type: "integer" description: "Factor imposed on metered current AND voltage by a transducer" } type: { type: "string" description: "Device type of the meter" } voltageScalingFactor: { type: "integer" description: "Factor imposed on metered voltage by a transducer" } } } } }