action smart_me_pico_loadmanagement_set_dynamic_current_post { label: "Sets the dynamic current of a load management group or a single station." provider: smart_me method: POST path: "/api/pico/loadmanagementgroup/current/{serial}" encoding: json input: { type: "object" properties: { current: { type: "integer" format: "int32" } serial: { type: "integer" format: "int64" } } required: ["current", "serial"] additionalProperties: false } output: { type: "object" properties: {} } }