Skip to content

Commit 48ab940

Browse files
committed
colletion add .
1 parent 364f351 commit 48ab940

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/collection_blocks/collection_factory.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,29 @@ export const collectionBlocksFiles: Record<string, CollectionBlockType> = {
124124
laserRos2: { label: 'LaserROS2' }
125125
}
126126
}
127+
},
128+
industrial: {
129+
modbus: {
130+
label: 'Modbus',
131+
children: {
132+
modbusRead: { label: 'ModBusRead' },
133+
modbusWrite: { label: 'ModBusWrite' }
134+
}
135+
},
136+
canbus: {
137+
label: 'CANBus',
138+
children: {
139+
canbusRead: { label: 'CANBusRead' },
140+
canbusWrite: { label: 'CANBusWrite' }
141+
}
142+
},
143+
snap7: {
144+
label: 'Snap7',
145+
children: {
146+
snap7Read: { label: 'Snap7Read' },
147+
snap7Write: { label: 'Snap7Write' }
148+
}
149+
}
127150
}
128151
};
129152

0 commit comments

Comments
 (0)