logic gate stuff (#16943)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -79,24 +79,19 @@
|
||||
description: signal-port-description-artifact-analyzer-receiver
|
||||
|
||||
- type: sinkPort
|
||||
id: A1
|
||||
name: "Input A1"
|
||||
description: "Input A1"
|
||||
id: InputA
|
||||
name: signal-port-name-logic-input-a
|
||||
description: signal-port-description-logic-input-a
|
||||
|
||||
- type: sinkPort
|
||||
id: B1
|
||||
name: "Input B1"
|
||||
description: "Input B1"
|
||||
id: InputB
|
||||
name: signal-port-name-logic-input-b
|
||||
description: signal-port-description-logic-input-b
|
||||
|
||||
- type: sinkPort
|
||||
id: A2
|
||||
name: "Input A2"
|
||||
description: "Input A2"
|
||||
|
||||
- type: sinkPort
|
||||
id: B2
|
||||
name: "Input B2"
|
||||
description: "Input B2"
|
||||
id: Input
|
||||
name: signal-port-name-logic-input
|
||||
description: signal-port-description-logic-input
|
||||
|
||||
- type: sinkPort
|
||||
id: SetParticleDelta
|
||||
|
||||
@@ -37,7 +37,8 @@
|
||||
- type: sourcePort
|
||||
id: DoorStatus
|
||||
name: signal-port-name-doorstatus
|
||||
description: signal-port-description-status
|
||||
description: signal-port-description-doorstatus
|
||||
defaultLinks: [ DoorBolt ]
|
||||
|
||||
- type: sourcePort
|
||||
id: OrderSender
|
||||
@@ -74,11 +75,16 @@
|
||||
defaultLinks: [ Close, Off ]
|
||||
|
||||
- type: sourcePort
|
||||
id: O1
|
||||
name: "Output 1"
|
||||
description: "Output 1"
|
||||
id: Output
|
||||
name: signal-port-name-logic-output
|
||||
description: signal-port-description-logic-output
|
||||
|
||||
- type: sourcePort
|
||||
id: O2
|
||||
name: "Output 2"
|
||||
description: "Output 2"
|
||||
id: OutputHigh
|
||||
name: signal-port-name-logic-output-high
|
||||
description: signal-port-description-logic-output-high
|
||||
|
||||
- type: sourcePort
|
||||
id: OutputLow
|
||||
name: signal-port-name-logic-output-low
|
||||
description: signal-port-description-logic-output-low
|
||||
|
||||
Reference in New Issue
Block a user