Skip to content

Commit b80913b

Browse files
fix: update NETRIS2 references to uppercase for consistency
1 parent 8a65f44 commit b80913b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/pages/parsers/netris2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { widget } = useWidget()
99
const accordionItem = {
1010
label: 'Parser configuration',
1111
icon: 'mdi:settings',
12-
description: 'Configure the Netris2 parser for your device.',
12+
description: 'Configure the NETRIS2 parser for your device.',
1313
} as const satisfies AccordionItem
1414
1515
const roundingDecimals = useRouteQuery('roundingDecimals', 4, { transform: Number })

app/utils/widgets.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ export const categories = [
3838
export const widgets: Widget[] = [
3939
{
4040
id: '1',
41-
img: '/Netris2.png',
42-
name: 'Netris2',
43-
description: 'Decode data from and encode data to Netris2 devices',
44-
tags: ['netris2', 'LoRa'],
41+
img: '/NETRIS2.png',
42+
name: 'NETRIS2',
43+
description: 'Decode data from and encode data to NETRIS2 devices',
44+
tags: ['NETRIS2', 'LoRa'],
4545
category: 'Device parsers',
4646
to: '/parsers/netris2',
4747
},
4848
/* {
4949
id: '2',
50-
img: '/Netris2.png',
51-
name: 'Netris2 CIOT',
52-
description: 'Calculate the remaining battery life of a Netris2 CIOT device',
50+
img: '/NETRIS2.png',
51+
name: 'NETRIS2 CIOT',
52+
description: 'Calculate the remaining battery life of a NETRIS2 CIOT device',
5353
tags: ['netris2', 'LoRa'],
5454
category: 'Battery calculation',
5555
to: '/netris2-battery-calculation',
File renamed without changes.

0 commit comments

Comments
 (0)