initial, start porting Python MeterbusLib to node
This commit is contained in:
10
dist/meterbus.d.ts
vendored
Normal file
10
dist/meterbus.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
export declare namespace MeterbusLib {
|
||||
class Telegram {
|
||||
private _hexString;
|
||||
private _telegram;
|
||||
constructor();
|
||||
readonly hexString: string;
|
||||
readonly telegram: number[];
|
||||
fromHexString(hexString: string): void;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user