From a9770d23531574730911142b59766dabaa36d50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sun, 23 Sep 2018 21:14:29 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=80=82=E9=85=8D=E5=99=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 适配器.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/适配器.md b/适配器.md index 2425acd..9cc494f 100644 --- a/适配器.md +++ b/适配器.md @@ -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.