UNPKG

theta-ble-client-react-native

Version:

This library provides a way to control RICOH THETA using

18 lines 346 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; } //# sourceMappingURL=dhcp-lease-address.d.ts.map