rasp-blefi
Version:
Experimental project that allow headless configuration of WIFI network on Rasperry PI using BLE.
9 lines (8 loc) • 306 B
TypeScript
import Network from '../network';
/**
* BLE characteristic for Network connection status
* @summary Hold the current connection status of the network
* @param network - network
*/
declare function NetworkStatusCharacteristic(network: Network): void;
export default NetworkStatusCharacteristic;