| | |
| | | #region 配置接近传感 |
| | | ///<summary > |
| | | /// 配置接近传感 |
| | | /// <para>sensorEnable:传感器使能</para> |
| | | /// <para>sensorEnable:传感器使能</para> |
| | | /// </summary> |
| | | public async System.Threading.Tasks.Task<ResponseAllData> SetProximitySensor(bool sensorEnable) |
| | | { |
| | |
| | | /// 配置接近传感 |
| | | /// [该条协议另外2个参数UI和设备都不需要,设备都同事要求传感器距离和传感器触发延迟时间都默认是FFFF] |
| | | /// </summary> |
| | | /// <param name="sensorEnable">传感器使能 0-disable 1-enable</param> |
| | | /// <param name="sensorEnable">传感器使能 0-disable 1-enable</param> |
| | | /// <returns></returns> |
| | | string SetProximitySensorData(bool sensorEnable) |
| | | { |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取接近传感配置 |
| | | /// 获取接近传感配置 |
| | | /// </summary> |
| | | public PanelProximitySensorInfo panelProximitySensorInfo; |
| | | /// <summary> |
| | |
| | | |
| | | /// <summary> |
| | | ///传感器距离 |
| | | /// </summary> |
| | | /// </summary> |
| | | public int sensorDistance = -1; |
| | | |
| | | /// <summary> |