Skip to content

Commit

Permalink
(simatec) fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Mar 11, 2024
1 parent 820d59e commit 1530de7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lib/createObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,17 +297,17 @@ const infoObjects = {
},
'connection': {
'type': 'state',
"common": {
"role": "indicator.connected",
"name": "If connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
'common': {
'role': 'indicator.connected',
'name': 'If connected',
'type': 'boolean',
'read': true,
'write': false,
'def': false
},
'native': {}
}
}
};

const specialObjects = {
'json': {
Expand All @@ -321,7 +321,7 @@ const specialObjects = {
},
'native': {}
}
}
};

/********************** Create Objects before Cloud Request *********************/

Expand Down

0 comments on commit 1530de7

Please sign in to comment.