UNPKG
@piarre/ts-freebox
Version:
latest (1.0.1)
1.0.1
1.0.0
@piarre/ts-freebox
/
out
/
@types
/
wifi
/
config.d.ts
12 lines
(10 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Global config gives quick access to major configuration settings (eg: toggle Wi-Fi) */
interface config {
/** is wifi enabled */
enabled: boolean; power_saving: boolean; mac_filter_state:
"disabled"
|
"whitelist"
|
"blacklist"
; } export type { config };