UNPKG
node-flipr
Version:
latest (1.0.0)
1.0.0
Unofficial module for Flipr devices
github.com/nikkow/node-flipr
nikkow/node-flipr
node-flipr
/
dist
/
enums
/
deviation.enum.d.ts
15 lines
(14 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * Deviation *
@module
Flipr *
@author
Nicolas Nunge <me
@nikkow
.eu> *
@version
1.0.0 */
export
declare
enum
Deviation
{ UNKNOWN = -
1
, TOO_LOW =
0
, MEDIUM_LOW =
5
, MEDIUM =
10
, MEDIUM_HIGH =
15
, TOO_HIGH =
20
}