Skip to content

Commit

Permalink
Some data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Oct 10, 2023
1 parent c453fac commit 632ab18
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion items/ellipal-titan-mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"supported": true
},
"weight": {
"value": "88g / 3.1oz"
"value": "120g / 4.2oz"
},
"dimensions": {
"value": "75 x 71 x 10.5 mm"
Expand Down
2 changes: 1 addition & 1 deletion items/onekey-touch.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"supported": false
},
"battery-size": {
"value": "800mAh",
"value": "900 mAh",
"flag": "positive"
},
"usb-charging": {
Expand Down
26 changes: 16 additions & 10 deletions items/secux-nifty.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,18 +131,18 @@
},
"power": {
"battery": {
"value": "NO",
"flag": "negative",
"supported": false
"value": "YES",
"flag": "positive",
"supported": true
},
"removable-battery": {
"value": "-",
"value": "NO",
"flag": "negative",
"supported": false
},
"battery-size": {
"value": "-",
"flag": "negative"
"value": "600 mAh",
"flag": "positive"
},
"usb-charging": {
"value": "USB-C",
Expand Down Expand Up @@ -263,7 +263,10 @@
"device-lock": {
"pin-entry": {
"value": "On Hardware Wallet",
"flag": "positive"
"flag": "positive",
"text": [
"4 to 8-digit PIN"
]
},
"dummy-wallet-pin": {
"value": "NO",
Expand All @@ -276,9 +279,12 @@
"flag": "positive"
},
"countdown-brick-reset-pin": {
"value": "NO",
"supported": false,
"flag": "negative"
"value": "YES",
"supported": true,
"flag": "positive",
"texts": [
"Automatically resets if more than 5 failed PIN attempts are made."
]
},
"brick-reset-pin": {
"value": "NO",
Expand Down

0 comments on commit 632ab18

Please sign in to comment.