UNPKG

@smappee/node-red-contrib-smappee

Version:

Smappee Node-RED contains Smappee nodes and example flows

24 lines (23 loc) 412 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "DataTransferResponse", "type": "object", "properties": { "status": { "type": "string", "enum": [ "Accepted", "Rejected", "UnknownMessageId", "UnknownVendorId" ] }, "data": { "type": "string" } }, "additionalProperties": false, "required": [ "status" ] }