Device-list limiting (#30997)
* PDA can no longer be linked to multitool * Ignore previous commit, it would've broken things * Added SavableAddress field to DeviceNetwork component and PDA for testing. Still need to implement * System works, borg and pda addresses cannot be saved, but they still connect to the net. * Suit sensors can no longer be added to network configurators, still work for monitoring purposes. --------- Co-authored-by: Zachary Yona <magicalusf@gmail.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
- type: DeviceNetwork
|
||||
deviceNetId: Wireless
|
||||
transmitFrequencyId: SuitSensor
|
||||
savableAddress: false
|
||||
- type: WirelessNetworkConnection
|
||||
range: 1200
|
||||
- type: StationLimitedNetwork
|
||||
|
||||
@@ -244,6 +244,7 @@
|
||||
deviceNetId: Wireless
|
||||
receiveFrequencyId: CyborgControl
|
||||
transmitFrequencyId: RoboticsConsole
|
||||
savableAddress: false
|
||||
- type: OnUseTimerTrigger
|
||||
delay: 10
|
||||
examinable: false
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
deviceNetId: Wireless
|
||||
receiveFrequencyId: PDA
|
||||
prefix: device-address-prefix-console
|
||||
savableAddress: false
|
||||
- type: WirelessNetworkConnection
|
||||
range: 500
|
||||
- type: CartridgeLoader
|
||||
|
||||
Reference in New Issue
Block a user