Skip to content

Commit

Permalink
add widget validation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenwienk committed Oct 15, 2024
1 parent 03755ee commit 66ba695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const IMAGE_MARKERS = {
'.jpeg': Buffer.from([0xFF, 0xD8]),
'.png': Buffer.from([0x89, 0x50, 0x4e, 0x47]),
};

const IMAGE_SIZES = {
app: {
small: { width: 250, height: 175 },
Expand All @@ -53,6 +54,7 @@ const IMAGE_SIZES = {
xlarge: { width: 1000, height: 1000 },
},
};

const BATTERY_CAPABILITIES = [
'measure_battery',
'alarm_battery',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66ba695

Please sign in to comment.