UNPKG

@smappee/node-red-contrib-smappee

Version:

Smappee Node-RED contains Smappee nodes and example flows

26 lines (25 loc) 438 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "GetCompositeScheduleRequest", "type": "object", "properties": { "connectorId": { "type": "integer" }, "duration": { "type": "integer" }, "chargingRateUnit": { "type": "string", "enum": [ "A", "W" ] } }, "additionalProperties": false, "required": [ "connectorId", "duration" ] }