UNPKG
@svrooij/sunspec
Version:
latest (0.9.0)
0.9.0
0.0.1
Reading sunspec
github.com/svrooij/sunspec
svrooij/sunspec
@svrooij/sunspec
/
lib
/
sunspec-status.d.ts
11 lines
(10 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
enum
SunspecStatus
{
Off
=
1
,
Sleeping
=
2
,
Starting
=
3
,
ProducingPower
=
4
,
ProducingThrottled
=
5
,
ShuttingDown
=
6
,
Fault
=
7
,
Standby
=
8
}