@iot9x.com/ipc-utils
Version:
九星云、九星小程序、九星配置工具所共用的库方法
23 lines (22 loc) • 594 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DLT645_97 = void 0;
class DLT645_97 {
constructor() {
/** 唤醒码 */
this.wakeUpCode = 'FE';
/**
* 唤醒长度
* @default 4
* @description 默认为4,则表示命令格式为:FE FE FE FE 68 ……
*/
this.wakeUpLength = 4;
/**
* 电表地址
* @description 默认为广播地址
* @default 'AAAAAAAAAAAA'
*/
this.address = 'AAAAAAAAAAAA';
}
}
exports.DLT645_97 = DLT645_97;