dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/models/discovereddevice.go (about)

     1  //
     2  // Copyright (C) 2023 IOTech Ltd
     3  //
     4  // SPDX-License-Identifier: Apache-2.0
     5  
     6  package models
     7  
     8  type DiscoveredDevice struct {
     9  	ProfileName string
    10  	AdminState  AdminState
    11  	AutoEvents  []AutoEvent
    12  	Properties  map[string]any
    13  }