UNPKG

aes70

Version:

A controller library for the AES70 protocol.

15 lines (12 loc) 304 B
/* * This file has been generated. */ import { OcaFloat64 } from './OcaFloat64.js'; import { Struct } from './Struct.js'; import { OcaObservationEventData as type } from '../types/OcaObservationEventData.js'; export const OcaObservationEventData = Struct( { Reading: OcaFloat64, }, type );