Update main.js

This commit is contained in:
2018-09-26 13:21:18 +08:00
parent 2384aefcfe
commit 6e4d2c9b21

11
main.js
View File

@@ -241,6 +241,12 @@ function pollData() {
});
}
function parseConfig(callback) {
adapter.log.info('初始化: ' + adapter.config.door);
}
function main() {
@@ -251,6 +257,11 @@ function main() {
adapter.log.info('config mySelect: ' + adapter.config.mySelect);
parseConfig(options => {
});
/**
*
* For every state in the system there has to be also an object of type state