UNPKG

@smappee/node-red-contrib-smappee

Version:

Smappee Node-RED contains Smappee nodes and example flows

19 lines (18 loc) 293 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "ResetRequest", "type": "object", "properties": { "type": { "type": "string", "enum": [ "Hard", "Soft" ] } }, "additionalProperties": false, "required": [ "type" ] }