UNPKG

aes70

Version:

A controller library for the AES70 protocol.

6 lines (4 loc) 135 B
import { RemoteDevice } from './remote_device'; export async function fetchDeviceContent( device: RemoteDevice ): Promise<unknown>;