| | |
| | | using System; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using HDL_ON.Common; |
| | | using HDL_ON.DAL.Server; |
| | |
| | | /// </summary> |
| | | public const string Status = "status"; |
| | | /// <summary> |
| | | /// 毫米波传感器,动作状态 |
| | | /// </summary> |
| | | public const string ActionStatus = "action_state"; |
| | | /// <summary> |
| | | /// 电量状态 |
| | | /// </summary> |
| | | public const string BatteryState = "battery_state"; |
| | |
| | | /// (干接点) |
| | | /// </summary> |
| | | public const string SensorDryContact = "sensor.dryContact"; |
| | | /// <summary> |
| | | /// 毫米波传感器 |
| | | /// </summary> |
| | | public const string SenesorMegahealth = "sensor.megahealth"; |
| | | |
| | | /// <summary> |
| | | /// 安防传感器spk列表 |
| | |
| | | spkList.Add(SensorDuiShe); |
| | | spkList.Add(SensoruUtrasonic); |
| | | spkList.Add(SensorDryContact); |
| | | spkList.Add(SenesorMegahealth); |
| | | return spkList; |
| | | } |
| | | #endregion |
| | |
| | | /// 红外、电视 |
| | | /// </summary> |
| | | public const string TvIr = "ir.tv"; |
| | | /// <summary> |
| | | /// 红外、小米电视 |
| | | /// </summary> |
| | | public const string TvXmIr = "ir.tvxm"; |
| | | /// <summary> |
| | | /// 家电、风扇 |
| | | /// </summary> |
| | |
| | | spkList.Add(ElectricSocket); |
| | | spkList.Add(ElectricTV); |
| | | spkList.Add(TvIr); |
| | | spkList.Add(TvXmIr); |
| | | spkList.Add(ElectricFan); |
| | | spkList.Add(ClothesHanger); |
| | | spkList.Add(IrLearn); |