UNPKG
homebridge-zaptec
Version:
latest (1.0.1)
1.0.1
1.0.0
Control your Zaptec EV chargers
github.com/birkir/homebridge-zaptec
birkir/homebridge-zaptec
homebridge-zaptec
/
dist
/
platformConfig.d.ts
8 lines
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PlatformConfig
as
HbPlatformConfig
}
from
'homebridge'
;
export
interface
PlatformConfig
extends
HbPlatformConfig
{
username
:
string
;
password
:
string
;
debug
?:
boolean
;
refreshInterval
?:
number
; }
//# sourceMappingURL=platformConfig.d.ts.map