| | |
| | | /// 是否收藏 |
| | | /// </summary> |
| | | public bool collect = false; |
| | | |
| | | private bool _online = false; |
| | | /// <summary> |
| | | /// 是否在线 |
| | | /// </summary> |
| | | public bool online = true; |
| | | public bool online |
| | | { |
| | | get |
| | | { |
| | | return true; |
| | | } |
| | | set |
| | | { |
| | | _online = value; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 环境面板 绑定的 设备目标sid列表 |
| | |
| | | /// 颜色 |
| | | /// </summary> |
| | | public const string RGB = "rgb"; |
| | | public const string RGBW = "rgbw"; |
| | | /// <summary> |
| | | /// 渐变时间 |
| | | /// </summary> |
| | |
| | | /// 通用开关 |
| | | /// </summary> |
| | | public const string OtherCommon = "other.common"; |
| | | |
| | | /// <summary> |
| | | /// 机械手 |
| | | /// </summary> |
| | | public const string MechanicalArm = "electrical.mechanical_arm"; |
| | | /// <summary> |
| | | /// 空调科技系统(绿建) |
| | | /// 总控 |