observeDeviceHardware

open override fun observeDeviceHardware(hwModel: Int, target: String?): Flow<DeviceHardware?>(source)

Non-blocking Flow that emits cached/bundled hardware data immediately, then refreshes from the network if stale. Safe to use inside Flow combine transforms.