action smart_me_pico_enable_fix_cable_lock_post { label: "Try to fix lock the cable of a pico. The pico must be online and a cable (without car) needs to be connected. Otherwise this will fail." provider: smart_me method: POST path: "/api/pico/tryenablecablelock/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: {} } }