UNPKG

homebridge-plugin-asus-vpn

Version:
14 lines (13 loc) 276 B
export declare enum VpnConnectionStatus { DISCONNECTED = 5, CONNECTING = 1, CONNECTED = 2 } export declare enum VpnRcService { DISCONNECT = "stop_vpnc", CONNECT = "restart_vpnc" } export declare enum VpnActionStatus { DISCONNECT = 0, CONNECT = 1 }