公告板
版本库
filestore
活动
搜索
登录
徐梅
/
HomeApp
HDL Home App 第二版本 旧平台金堂用 正在使用
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'home_xm' of http://172.16.1.23:6688/r/~xm/HomeApp into home_xm
xm
2020-08-28
fceaa0e39a8f77492854f4598e6e6c9b65dd2dcf
[~xm/HomeApp.git]
/
ZigbeeApp20200825
/
Shared
/
Phone
/
ZigBee
/
Device
/
AirSwitch.cs
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace ZigBee.Device
{
public class AirSwitch : LightBase
{
public AirSwitch()
{
this.Type = DeviceType.AirSwitch;
}
}
}