Update 适配器.md

This commit is contained in:
钟进 2018-09-23 21:13:13 +08:00
parent 3d4c8ae9b6
commit 5cd93677a4

View File

@ -1,7 +1,7 @@
# 适配器开发人员指南 (javascript/NodeJS) # 适配器开发人员指南 (javascript/NodeJS)
## 内容 ## 内容
- [数据结构 - 对象和状态](#data-structure---objects-and-states) - [数据结构 - 对象和状态](#数据结构 - 对象和状态)
- [适配器的目录结构r](#directory-structure-of-adapter) - [适配器的目录结构r](#directory-structure-of-adapter)
- [文件命名](#file-naming) - [文件命名](#file-naming)
- [io-package.json 的结构](#structure-of-io-packagejson) - [io-package.json 的结构](#structure-of-io-packagejson)
@ -33,7 +33,6 @@
- [admin.html](#adminhtml) - [admin.html](#adminhtml)
- [最佳实践](#best-practice) - [最佳实践](#best-practice)
## Data structure - Objects and states
## 数据结构 - 对象和状态 ## 数据结构 - 对象和状态
An adapter in ioBroker is an independent process, that reads and writes objects and states in a central data storage. An adapter in ioBroker is an independent process, that reads and writes objects and states in a central data storage.