UNPKG

rasp-blefi

Version:

Experimental project that allow headless configuration of WIFI network on Rasperry PI using BLE.

9 lines (8 loc) 291 B
import Network from '../network'; /** * BLE characteristic for Network SSID * @summary Hold the current SSID of the WIFI network connected * @param network - network */ declare function NetworkSsidCharacteristic(network: Network): void; export default NetworkSsidCharacteristic;