Update main.js
This commit is contained in:
11
main.js
11
main.js
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user