| | |
| | | /// </summary> |
| | | public string device_mac = "0281B9078C000000"; |
| | | /// <summary> |
| | | /// 网关ID |
| | | /// </summary> |
| | | public string gatewayId = ""; |
| | | /// <summary> |
| | | /// 设备类型 |
| | | /// 网关目前为“” |
| | | /// 语音面板:4 |
| | | /// </summary> |
| | | public int gateway_type = 0; |
| | | public string gateway_type = ""; |
| | | public string model_id = ""; |
| | | public string device_name = "hdl_bus_gatway"; |
| | | public string ip_address = "172.16.2.202"; |
| | |
| | | public string access_mode = "LAN"; |
| | | public string oid = ""; |
| | | public string device_model = "HDL-MGWIP.430"; |
| | | |
| | | public string gatewayId = ""; |
| | | /// <summary> |
| | | /// 设备子网号设备号, |
| | | /// FFFF |
| | |
| | | /// 区分是bus设备,还是knx设备 |
| | | /// </summary> |
| | | public string driver_code = ""; |
| | | /// <summary> |
| | | /// 是否主网关 |
| | | /// </summary> |
| | | public string master; |
| | | /// <summary> |
| | | /// 是否开启了本地加密 |
| | | /// 2021-09-23 注意:为了兼容控制以前不加密网关要用这个新的字段,不能用local_encrypt,因为发现以前部分固件已经有这个标记并且回复true,但实际上通信还没加密的 |
| | | /// </summary> |
| | | public bool isLocalEncrypt; |
| | | } |
| | | } |