公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
CrabtreeOn
CrabtreeOn
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2020-07-01 1.去掉读电能操作,去掉kwh状态显示。 2.当前是分享住宅,不允许删除备份。 3.进入搜索网关页面,切换到本地模式。 4.Al...
JLChen
2020-07-02
2562ee38c58a113113a2943ae057c1937ae533cb
[~wxr/CrabtreeOn.git]
/
Crabtree
/
SmartHome
/
HDL
/
Operation
/
Device
/
ButtonPanelDevice.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
namespace Shared
{
public class ButtonPanelDevice:Common
{
public ButtonPanelDevice()
: base()
{
this.Type = DeviceType.ButtonPanel;
}
}
}