UNPKG
nubli
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
Nuki Bluetooth Library
github.com/henry-spanka/nubli
henry-spanka/nubli
nubli
/
dist
/
lib
/
smartLockResponse.js
11 lines
(10 loc)
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
SmartLockResponse
{
constructor
(
) {
this
.
data
= {};
this
.
success
=
true
;
this
.
message
=
null
; } }
exports
.
SmartLockResponse
=
SmartLockResponse
;