Skip to content

Commit

Permalink
(simatec) Fix Objects
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Dec 31, 2023
1 parent f0f499a commit f20e930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/createObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ const specialObjects = {
'type': 'state',
'common': {
'name': 'json data',
'type': 'string',
'role': 'json',
'type': 'json',
'role': 'state',
'read': true,
'write': false
},
Expand Down

0 comments on commit f20e930

Please sign in to comment.