123456789101112131415161718192021222324252627282930 |
- package model
- const (
- RepeatedPrompts = "编码不能重复,请重新填写!"
- GatewayHasRelation = "该网关存在关联设备,请先移除设备!"
- RepeatedName = "列表中存在重名,请更改灯杆分组名称!"
- )
- type AlarmTerminal struct {
- }
- type CaptureUnit struct {
- }
- type Gateway struct {
- }
- type IpBroadcast struct {
- }
- type LightControl struct {
- }
- type Sensor struct {
- }
- type Zigbee struct {
- }
- type OptoSensor struct {
- }
- type Camera struct {
- }
- type SwitchBox struct {
- }
- type InfoBoard struct {
- }
|