File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const { widget } = useWidget()
99const 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
1515const roundingDecimals = useRouteQuery (' roundingDecimals' , 4 , { transform: Number })
Original file line number Diff line number Diff line change @@ -38,18 +38,18 @@ export const categories = [
3838export 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.
You can’t perform that action at this time.
0 commit comments