action smart_me_fast_send_device_values_get { label: "Force a device to send the data every second (if supported). This for about 30s. \n Don't use this call to force a device to send the data every second for a longer time." provider: smart_me method: GET path: "/api/FastSendDeviceValues/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }