adds examinable text for address to some device networked entities (#11455)

This commit is contained in:
Flipp Syder
2022-09-22 12:00:54 -07:00
committed by GitHub
parent 5464e8a0d7
commit b6a548fb97
7 changed files with 28 additions and 0 deletions

View File

@@ -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

View File

@@ -40,6 +40,7 @@
transmitFrequencyId: AtmosMonitor
prefix: device-address-prefix-sensor
sendBroadcastAttemptEvent: true
examinableAddress: true
- type: WiredNetworkConnection
- type: DeviceNetworkRequiresPower
- type: AtmosDevice

View File

@@ -13,6 +13,7 @@
deviceNetId: AtmosDevices
receiveFrequencyId: AtmosMonitor
transmitFrequencyId: AtmosMonitor
prefix: device-address-prefix-air-alarm
sendBroadcastAttemptEvent: true
- type: WiredNetworkConnection
- type: DeviceList

View File

@@ -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