Skip to content

Commit

Permalink
fix for check object types
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael authored and inapsis committed Mar 10, 2024
1 parent 6eb92ea commit 7ae0c01
Show file tree
Hide file tree
Showing 3 changed files with 7,426 additions and 6,245 deletions.
4 changes: 2 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"type": "state",
"common": {
"name": "Model",
"type": "string",
"type": "number",
"role": "info.display",
"desc": "device model",
"read": true,
Expand Down Expand Up @@ -206,7 +206,7 @@
"type": "state",
"common": {
"name": "Version",
"type": "string",
"type": "number",
"role": "info.display",
"desc": "device version",
"read": true,
Expand Down

0 comments on commit 7ae0c01

Please sign in to comment.