11 lines
267 B
TypeScript
11 lines
267 B
TypeScript
export declare namespace MeterbusLib {
|
|
class Telegram {
|
|
private _hexString;
|
|
private _telegram;
|
|
constructor();
|
|
readonly hexString: string;
|
|
readonly telegram: number[];
|
|
fromHexString(hexString: string): void;
|
|
}
|
|
}
|