公告板
版本库
filestore
活动
搜索
登录
温居城
/
HomeApp
派生自
~xm/HomeApp
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
请合并最新代码「20200522:添加门锁晚上9点上报常开功能,优化PM2.5测试功能」
xm
2020-05-22
f5ba05c33393e55de28db91433901600bfb0658f
[~wjc/HomeApp.git]
/
ZigbeeApp20200519
/
Shared
/
Phone
/
ZigBee
/
Device
/
Repeater.cs
1
2
3
4
5
6
7
8
9
10
11
12
using System;
namespace ZigBee.Device
{
[System.Serializable]
public class Repeater : CommonDevice
{
public Repeater()
{
this.Type = DeviceType.Repeater;
}
}
}