UNPKG

@icoms-detection/server-esp32

Version:

This is the OFFICIAL SERVER library created by Icoms Detection to run their apps.

5 lines (4 loc) 272 B
import { WifiVerification, Wifi } from "./types"; export declare const getWifi: () => Wifi; export declare const isAllowedWifiConfig: (ssid: string, password: string) => WifiVerification; export declare const setWifi: (ssid: string, password: string) => WifiVerification;