
home automation
文章平均质量分 72
鲸息_Leon
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
<废弃> openHAB 体系结构与编程模型 (1) --- 术语
openHAB 术语 Item : 对硬件设备的抽象 ( Items are objects that can be read from or written to in order to interact with them. Items can be bound to bindings i.e. for reading the status from e.g. K原创 2013-11-03 00:39:08 · 2517 阅读 · 0 评论 -
<废弃> openHAB 部分代码结构 UML 图
openHAB WebApp 代码结构 ItemRegistry: ModelRepository: WebAppServlet:原创 2013-11-02 18:14:54 · 2369 阅读 · 9 评论 -
<废弃> 智能家居开源项目 The open Home Automation Bus (openHAB)
class Location { long id; String name; } class Frame { long id; String label; long parentId; // -1 表示没有上级 Frame long locationId; } class Comma原创 2013-07-01 10:30:01 · 5800 阅读 · 9 评论 -
<废弃> openHAB 体系结构与编程模型 (2) --- Web Application Servlet 源码结构
先将架构图贴上来,文字说明润饰以后补上。原创 2013-11-24 12:39:36 · 2244 阅读 · 2 评论