UNPKG

astra-protocol-x-parser

Version:

A lightweight NodeJS package for parsing data from Astra Telematics IoT devices

7 lines (6 loc) 170 B
export declare class ProtocolXAnalogues { static mask: bigint; adc1Value: number; adc2Value: number; constructor(adc1Value: number, adc2Value: number); }