UNPKG
node-red-contrib-ewelink-cube
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Node-RED integration with eWeLink Cube
node-red-contrib-ewelink-cube
/
src
/
extern
/
libapi
/
v2
/
ts
/
enum
/
EMethod.js
11 lines
(10 loc)
•
300 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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
;