UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

20 lines (17 loc) 276 B
/** * client devices information */ export interface DhcpLeaseAddress { /** * IP address of client device */ ipAddress: string; /** * MAC address of client device */ macAddress: string; /** * host name of client device */ hostName: string; }