UNPKG

node-red-contrib-ewelink-cube

Version:

Node-RED integration with eWeLink Cube

11 lines (10 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var EMethod; (function (EMethod) { EMethod["GET"] = "get"; EMethod["PUT"] = "put"; EMethod["POST"] = "post"; EMethod["DELETE"] = "delete"; })(EMethod || (EMethod = {})); exports.default = EMethod;