MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / GetModels

Method GetModels

pkg/devicerepository/store/interface.go:99–99  ·  view source on GitHub ↗

GetModels lists available end device definitions.

(GetModelsRequest)

Source from the content-addressed store, hash-verified

97 GetBrands(GetBrandsRequest) (*GetBrandsResponse, error)
98 // GetModels lists available end device definitions.
99 GetModels(GetModelsRequest) (*GetModelsResponse, error)
100 // GetEndDeviceProfileIdentifiers retrieves end device profile identifiers from the vendor index file.
101 GetEndDeviceProfileIdentifiers(GetEndDeviceProfileIdentifiersRequest) (*GetEndDeviceProfileIdentifiersResponse, error)
102 // GetEndDeviceProfiles lists available LoRaWAN end device profile definitions.

Callers 6

TestBleveFunction · 0.95
ListModelsMethod · 0.65
GetModelMethod · 0.65
TestRemoteStoreFunction · 0.65
InitializeMethod · 0.65

Calls

no outgoing calls

Tested by 3

TestBleveFunction · 0.76
TestRemoteStoreFunction · 0.52