action smart_me_mbus_post { label: "M-BUS API: Adds data of a M-BUS Meter to the smart-me Cloud. \n Just send us the M-BUS Telegram (RSP_UD) and we will do the Rest." description: "M-BUS API: Adds data of a M-BUS Meter to the smart-me Cloud. \n Just send us the M-BUS Telegram (RSP_UD) and we will do the Rest." provider: smart_me method: POST path: "/api/MBus" encoding: form input: { type: "object" properties: { Date: { type: "string" format: "date-time" description: "The Date of the M-BUS Telegram Readout (in UTC). If this is null the Server Time is used." } Telegram: { type: "string" description: "The M-BUS Telegram as Hex string. \n Example: 68 1F 1F 68 08 02 72 78 56 34 12 24 40 01 07 55 00 00 00 03 13 15 31 00 DA 02 3B 13 01 8B 60 04 37 18 02 18 16" } } } output: { type: "object" properties: {} } }