adds examinable text for address to some device networked entities (#11455)
This commit is contained in:
@@ -20,3 +20,7 @@ device-frequency-prototype-name-surveillance-camera-entertainment = Entertainmen
|
||||
device-address-prefix-vent = Vnt-
|
||||
device-address-prefix-scrubber = Scr-
|
||||
device-address-prefix-sensor = Sns-
|
||||
device-address-prefix-fire-alarm = Fir-
|
||||
device-address-prefix-air-alarm = Air-
|
||||
|
||||
device-address-examine-message = The device's address is {$address}.
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
transmitFrequencyId: AtmosMonitor
|
||||
prefix: device-address-prefix-vent
|
||||
sendBroadcastAttemptEvent: true
|
||||
examinableAddress: true
|
||||
- type: WiredNetworkConnection
|
||||
- type: DeviceNetworkRequiresPower
|
||||
- type: AtmosDevice
|
||||
@@ -127,6 +128,7 @@
|
||||
receiveFrequencyId: AtmosMonitor
|
||||
transmitFrequencyId: AtmosMonitor
|
||||
prefix: device-address-prefix-scrubber
|
||||
examinableAddress: true
|
||||
- type: DeviceNetworkRequiresPower
|
||||
- type: AtmosMonitor
|
||||
temperatureThreshold: stationTemperature
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
transmitFrequencyId: AtmosMonitor
|
||||
prefix: device-address-prefix-sensor
|
||||
sendBroadcastAttemptEvent: true
|
||||
examinableAddress: true
|
||||
- type: WiredNetworkConnection
|
||||
- type: DeviceNetworkRequiresPower
|
||||
- type: AtmosDevice
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
deviceNetId: AtmosDevices
|
||||
receiveFrequencyId: AtmosMonitor
|
||||
transmitFrequencyId: AtmosMonitor
|
||||
prefix: device-address-prefix-air-alarm
|
||||
sendBroadcastAttemptEvent: true
|
||||
- type: WiredNetworkConnection
|
||||
- type: DeviceList
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
deviceNetId: AtmosDevices
|
||||
receiveFrequencyId: AtmosMonitor
|
||||
transmitFrequencyId: AtmosMonitor
|
||||
prefix: device-address-prefix-fire-alarm
|
||||
sendBroadcastAttemptEvent: true
|
||||
examinableAddress: true
|
||||
- type: DeviceList
|
||||
- type: WiredNetworkConnection
|
||||
- type: DeviceNetworkRequiresPower
|
||||
|
||||
Reference in New Issue
Block a user