adding grain cable subtype for agi smart cable
This commit is contained in:
parent
7d1247cfad
commit
2855e15a93
2 changed files with 6 additions and 1 deletions
|
|
@ -163,6 +163,11 @@ export function GrainCable(subtype: number = 0): ComponentTypeExtension {
|
|||
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_ANALOG,
|
||||
value: "GRAIN_CABLE_SUBTYPE_ANALOG",
|
||||
friendlyName: "Analog Cable"
|
||||
},
|
||||
{
|
||||
key: quack.GrainCableSubtype.GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2,
|
||||
value: "GRAIN_CABLE_SUBTYPE_AGI_SMART_CABLE_V2",
|
||||
friendlyName: "AGI Smart Cable"
|
||||
}
|
||||
],
|
||||
friendlyName: "Grain Cable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue