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

     1  //
     2  // Copyright (C) 2020-2021 IOTech Ltd
     3  //
     4  // SPDX-License-Identifier: Apache-2.0
     5  
     6  package dtos
     7  
     8  const (
     9  	TestUUID        = "7a1707f0-166f-4c4b-bc9d-1d54c74e0137"
    10  	TestTimestamp   = 1594963842
    11  	TestDeviceName  = "TestDevice"
    12  	TestReadingName = "TestDeviceResource"
    13  	TestValueType   = "Int8"
    14  	TestValue       = "500"
    15  	TestUnit        = "degreesFarenheit"
    16  
    17  	TestDeviceProfileName = "TestDeviceProfileName"
    18  	TestManufacturer      = "TestManufacturer"
    19  	TestDescription       = "TestDescription"
    20  	TestModel             = "TestModel"
    21  
    22  	TestSourceName = "TestSourceName"
    23  
    24  	TestDeviceResourceName = "TestDeviceResourceName"
    25  
    26  	TestDeviceCommandName = "TestDeviceCommand"
    27  )