Update 适配器.md

This commit is contained in:
钟进 2018-09-23 21:14:29 +08:00
parent 8dc7efe6b8
commit a9770d2353

View File

@ -1,7 +1,7 @@
# 适配器开发人员指南 (javascript/NodeJS)
## 内容
- [数据结构 - 对象和状态](#数据结构---对象和状态)
- [数据结构 - 对象和状态](#对象和状态)
- [适配器的目录结构r](#directory-structure-of-adapter)
- [文件命名](#file-naming)
- [io-package.json 的结构](#structure-of-io-packagejson)
@ -33,7 +33,7 @@
- [admin.html](#adminhtml)
- [最佳实践](#best-practice)
## 数据结构 - 对象和状态
## 对象和状态
An adapter in ioBroker is an independent process, that reads and writes objects and states in a central data storage.
Data storage can be represented as database (redis/couchDB) or just text file, but the connection way is always the same - via API. That means, the developer should not care about what the database it is and how the data will be stored and delivered there.