deviceResults property

Map<String, Result>? deviceResults
getter/setter pair

Map from agent device ID to the result of reporting state and notifications.

This is only populated for UDDM updates for now.

Implementation

core.Map<core.String, Result>? deviceResults;