signalk-server
Version:
An implementation of a [Signal K](http://signalk.org) server for boats.
11 lines • 346 B
TypeScript
type SourcesTree = Record<string, any>;
export interface DeviceIdentity {
canName: string;
manufacturerCode?: string;
modelId?: string;
productCode?: number;
sourceRefs: string[];
}
export declare function buildDeviceIdentities(sources: SourcesTree): DeviceIdentity[];
export {};
//# sourceMappingURL=deviceIdentities.d.ts.map