action mbus_hat { label: "hat" description: "Gets Raspberry Pi Hat information" provider: mbus method: GET path: "/mbus/hat" encoding: json output: { description: "Raspberry Pi Hat Information" properties: { product: { type: "string" description: "Product" } productId: { type: "string" description: "Product ID" } productVer: { type: "string" description: "Product Version" } uuid: { type: "string" description: "Hat UUID" } vendor: { type: "string" description: "Hat Vendor" } } } }