|
@@ -51,6 +51,42 @@ const (
|
|
|
WisdomGatewayList = "WisdomGatewayList_GetList_%s"
|
|
|
)
|
|
|
|
|
|
+//Operation type 操作类型
|
|
|
+const (
|
|
|
+ OperationDefault = iota
|
|
|
+ OperationLogin //登录
|
|
|
+ OperationLogout //注销
|
|
|
+ OperationCreate //新增
|
|
|
+ OperationUpdate //修改
|
|
|
+ OperationRemove //删除
|
|
|
+ OperationImport //导入导出
|
|
|
+ OperationLightStrategy //开关灯控策略
|
|
|
+ OperationOrderCreate //工单发起
|
|
|
+ OperationOrderChange //工单转派
|
|
|
+ OperationOrderHandle //工单处理
|
|
|
+ OperationProgramPublish //节目发布待审核
|
|
|
+ OperationProgramResult //节目处理结果
|
|
|
+ OperationStrategyRelation //策略关联
|
|
|
+ OperationControl //操作
|
|
|
+ OperationAlarmHandle //告警处理
|
|
|
+ OperationOrderFinish //工单签收(接单)
|
|
|
+)
|
|
|
+
|
|
|
+const (
|
|
|
+ ModuleTypeDefault = iota //操作记录模块
|
|
|
+ ModuleTypeDevice //设备台账管理
|
|
|
+ ModuleTypeInfoBar //信息发布系统
|
|
|
+ ModuleTypeOrder //工单运维
|
|
|
+ ModuleTypeNotification //通知公告
|
|
|
+ ModuleTypeLightStrategy //照明策略
|
|
|
+ ModuleTypeLighting //智慧照明系统-智能照明
|
|
|
+ ModuleTypeSystem //系统管理
|
|
|
+ ModuleTypeAlarm //告警管理
|
|
|
+ ModuleTypeOperation //运营分析
|
|
|
+ ModuleTypeRecord //记录处理
|
|
|
+ ModuleTypeWisdomLighting //智能感应照明系统-灯随车走照明控制
|
|
|
+)
|
|
|
+
|
|
|
type AlarmTerminal struct {
|
|
|
}
|
|
|
type CaptureUnit struct {
|