tencentcloud-sdk-iotcloud 3.0.630 → 3.0.632
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/lib/VERSION +1 -1
 - data/lib/v20210408/models.rb +37 -9
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: caf48c31b30fd32225afe43f65802b1aa27797ba
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 6a8917676f14cb15152114e3a88cb93b41810fb6
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 68e47be424c835122d79c31167f36ec1fb87b08eb290c0f17f81662c7a4baaf53ebc269b48e65343a32ffa94fb28326469bb98786abd5619af764c5900b94671
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 9d68a57e027dc710f93c1723946fc23043302824646bc94d78d2faab877671aef4e3b97fca9bd18de6cd81b1b23b9bb1f956d54ca64089eb17bb41e22d930cd3
         
     | 
    
        data/lib/VERSION
    CHANGED
    
    | 
         @@ -1 +1 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            3.0. 
     | 
| 
      
 1 
     | 
    
         
            +
            3.0.632
         
     | 
    
        data/lib/v20210408/models.rb
    CHANGED
    
    | 
         @@ -250,10 +250,15 @@ module TencentCloud 
     | 
|
| 
       250 
250 
     | 
    
         
             
                    # @type Time: String
         
     | 
| 
       251 
251 
     | 
    
         
             
                    # @param Userid: 腾讯云账号
         
     | 
| 
       252 
252 
     | 
    
         
             
                    # @type Userid: String
         
     | 
| 
      
 253 
     | 
    
         
            +
                    # @param UserId: 腾讯云账号
         
     | 
| 
      
 254 
     | 
    
         
            +
                    # @type UserId: String
         
     | 
| 
       253 
255 
     | 
    
         | 
| 
       254 
     | 
    
         
            -
                    attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid
         
     | 
| 
      
 256 
     | 
    
         
            +
                    attr_accessor :Content, :DeviceName, :ProductId, :RequestId, :Result, :Scene, :Time, :Userid, :UserId
         
     | 
| 
      
 257 
     | 
    
         
            +
                    extend Gem::Deprecate
         
     | 
| 
      
 258 
     | 
    
         
            +
                    deprecate :Userid, :none, 2023, 8
         
     | 
| 
      
 259 
     | 
    
         
            +
                    deprecate :Userid=, :none, 2023, 8
         
     | 
| 
       255 
260 
     | 
    
         | 
| 
       256 
     | 
    
         
            -
                    def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil)
         
     | 
| 
      
 261 
     | 
    
         
            +
                    def initialize(content=nil, devicename=nil, productid=nil, requestid=nil, result=nil, scene=nil, time=nil, userid=nil, userid=nil)
         
     | 
| 
       257 
262 
     | 
    
         
             
                      @Content = content
         
     | 
| 
       258 
263 
     | 
    
         
             
                      @DeviceName = devicename
         
     | 
| 
       259 
264 
     | 
    
         
             
                      @ProductId = productid
         
     | 
| 
         @@ -262,6 +267,7 @@ module TencentCloud 
     | 
|
| 
       262 
267 
     | 
    
         
             
                      @Scene = scene
         
     | 
| 
       263 
268 
     | 
    
         
             
                      @Time = time
         
     | 
| 
       264 
269 
     | 
    
         
             
                      @Userid = userid
         
     | 
| 
      
 270 
     | 
    
         
            +
                      @UserId = userid
         
     | 
| 
       265 
271 
     | 
    
         
             
                    end
         
     | 
| 
       266 
272 
     | 
    
         | 
| 
       267 
273 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -273,6 +279,7 @@ module TencentCloud 
     | 
|
| 
       273 
279 
     | 
    
         
             
                      @Scene = params['Scene']
         
     | 
| 
       274 
280 
     | 
    
         
             
                      @Time = params['Time']
         
     | 
| 
       275 
281 
     | 
    
         
             
                      @Userid = params['Userid']
         
     | 
| 
      
 282 
     | 
    
         
            +
                      @UserId = params['UserId']
         
     | 
| 
       276 
283 
     | 
    
         
             
                    end
         
     | 
| 
       277 
284 
     | 
    
         
             
                  end
         
     | 
| 
       278 
285 
     | 
    
         | 
| 
         @@ -1178,7 +1185,7 @@ module TencentCloud 
     | 
|
| 
       1178 
1185 
     | 
    
         
             
                  class DescribeDeviceResponse < TencentCloud::Common::AbstractModel
         
     | 
| 
       1179 
1186 
     | 
    
         
             
                    # @param DeviceName: 设备名
         
     | 
| 
       1180 
1187 
     | 
    
         
             
                    # @type DeviceName: String
         
     | 
| 
       1181 
     | 
    
         
            -
                    # @param Online: 设备是否在线,0不在线,1 
     | 
| 
      
 1188 
     | 
    
         
            +
                    # @param Online: 设备是否在线,0不在线,1在线,3未激活
         
     | 
| 
       1182 
1189 
     | 
    
         
             
                    # @type Online: Integer
         
     | 
| 
       1183 
1190 
     | 
    
         
             
                    # @param LoginTime: 设备登录时间
         
     | 
| 
       1184 
1191 
     | 
    
         
             
                    # @type LoginTime: Integer
         
     | 
| 
         @@ -1236,12 +1243,17 @@ module TencentCloud 
     | 
|
| 
       1236 
1243 
     | 
    
         
             
                    # @param CreateUserId: 创建者账号ID
         
     | 
| 
       1237 
1244 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       1238 
1245 
     | 
    
         
             
                    # @type CreateUserId: Integer
         
     | 
| 
      
 1246 
     | 
    
         
            +
                    # @param NBIoTDeviceID: NB IoT运营商处的DeviceID
         
     | 
| 
      
 1247 
     | 
    
         
            +
                    # @type NBIoTDeviceID: String
         
     | 
| 
       1239 
1248 
     | 
    
         
             
                    # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
         
     | 
| 
       1240 
1249 
     | 
    
         
             
                    # @type RequestId: String
         
     | 
| 
       1241 
1250 
     | 
    
         | 
| 
       1242 
     | 
    
         
            -
                    attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :RequestId
         
     | 
| 
      
 1251 
     | 
    
         
            +
                    attr_accessor :DeviceName, :Online, :LoginTime, :Version, :LastUpdateTime, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :ConnIP, :NbiotDeviceID, :LoraDevEui, :LoraMoteType, :LogLevel, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID, :RequestId
         
     | 
| 
      
 1252 
     | 
    
         
            +
                    extend Gem::Deprecate
         
     | 
| 
      
 1253 
     | 
    
         
            +
                    deprecate :NbiotDeviceID, :none, 2023, 8
         
     | 
| 
      
 1254 
     | 
    
         
            +
                    deprecate :NbiotDeviceID=, :none, 2023, 8
         
     | 
| 
       1243 
1255 
     | 
    
         | 
| 
       1244 
     | 
    
         
            -
                    def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, nbiotdeviceid=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, requestid=nil)
         
     | 
| 
      
 1256 
     | 
    
         
            +
                    def initialize(devicename=nil, online=nil, logintime=nil, version=nil, lastupdatetime=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, connip=nil, nbiotdeviceid=nil, loradeveui=nil, loramotetype=nil, loglevel=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil, requestid=nil)
         
     | 
| 
       1245 
1257 
     | 
    
         
             
                      @DeviceName = devicename
         
     | 
| 
       1246 
1258 
     | 
    
         
             
                      @Online = online
         
     | 
| 
       1247 
1259 
     | 
    
         
             
                      @LoginTime = logintime
         
     | 
| 
         @@ -1267,6 +1279,7 @@ module TencentCloud 
     | 
|
| 
       1267 
1279 
     | 
    
         
             
                      @ClientIP = clientip
         
     | 
| 
       1268 
1280 
     | 
    
         
             
                      @FirmwareUpdateTime = firmwareupdatetime
         
     | 
| 
       1269 
1281 
     | 
    
         
             
                      @CreateUserId = createuserid
         
     | 
| 
      
 1282 
     | 
    
         
            +
                      @NBIoTDeviceID = nbiotdeviceid
         
     | 
| 
       1270 
1283 
     | 
    
         
             
                      @RequestId = requestid
         
     | 
| 
       1271 
1284 
     | 
    
         
             
                    end
         
     | 
| 
       1272 
1285 
     | 
    
         | 
| 
         @@ -1310,6 +1323,7 @@ module TencentCloud 
     | 
|
| 
       1310 
1323 
     | 
    
         
             
                      @ClientIP = params['ClientIP']
         
     | 
| 
       1311 
1324 
     | 
    
         
             
                      @FirmwareUpdateTime = params['FirmwareUpdateTime']
         
     | 
| 
       1312 
1325 
     | 
    
         
             
                      @CreateUserId = params['CreateUserId']
         
     | 
| 
      
 1326 
     | 
    
         
            +
                      @NBIoTDeviceID = params['NBIoTDeviceID']
         
     | 
| 
       1313 
1327 
     | 
    
         
             
                      @RequestId = params['RequestId']
         
     | 
| 
       1314 
1328 
     | 
    
         
             
                    end
         
     | 
| 
       1315 
1329 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -2549,10 +2563,15 @@ module TencentCloud 
     | 
|
| 
       2549 
2563 
     | 
    
         
             
                    # @param CreateUserId: 创建者 Uin
         
     | 
| 
       2550 
2564 
     | 
    
         
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         
     | 
| 
       2551 
2565 
     | 
    
         
             
                    # @type CreateUserId: Integer
         
     | 
| 
      
 2566 
     | 
    
         
            +
                    # @param NBIoTDeviceID: NB IOT运营商处的DeviceID
         
     | 
| 
      
 2567 
     | 
    
         
            +
                    # @type NBIoTDeviceID: String
         
     | 
| 
       2552 
2568 
     | 
    
         | 
| 
       2553 
     | 
    
         
            -
                    attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId
         
     | 
| 
      
 2569 
     | 
    
         
            +
                    attr_accessor :DeviceName, :Online, :LoginTime, :Version, :DeviceCert, :DevicePsk, :Tags, :DeviceType, :Imei, :Isp, :NbiotDeviceID, :ConnIP, :LastUpdateTime, :LoraDevEui, :LoraMoteType, :FirstOnlineTime, :LastOfflineTime, :CreateTime, :LogLevel, :CertState, :EnableState, :Labels, :ClientIP, :FirmwareUpdateTime, :CreateUserId, :NBIoTDeviceID
         
     | 
| 
      
 2570 
     | 
    
         
            +
                    extend Gem::Deprecate
         
     | 
| 
      
 2571 
     | 
    
         
            +
                    deprecate :NbiotDeviceID, :none, 2023, 8
         
     | 
| 
      
 2572 
     | 
    
         
            +
                    deprecate :NbiotDeviceID=, :none, 2023, 8
         
     | 
| 
       2554 
2573 
     | 
    
         | 
| 
       2555 
     | 
    
         
            -
                    def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, nbiotdeviceid=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil)
         
     | 
| 
      
 2574 
     | 
    
         
            +
                    def initialize(devicename=nil, online=nil, logintime=nil, version=nil, devicecert=nil, devicepsk=nil, tags=nil, devicetype=nil, imei=nil, isp=nil, nbiotdeviceid=nil, connip=nil, lastupdatetime=nil, loradeveui=nil, loramotetype=nil, firstonlinetime=nil, lastofflinetime=nil, createtime=nil, loglevel=nil, certstate=nil, enablestate=nil, labels=nil, clientip=nil, firmwareupdatetime=nil, createuserid=nil, nbiotdeviceid=nil)
         
     | 
| 
       2556 
2575 
     | 
    
         
             
                      @DeviceName = devicename
         
     | 
| 
       2557 
2576 
     | 
    
         
             
                      @Online = online
         
     | 
| 
       2558 
2577 
     | 
    
         
             
                      @LoginTime = logintime
         
     | 
| 
         @@ -2578,6 +2597,7 @@ module TencentCloud 
     | 
|
| 
       2578 
2597 
     | 
    
         
             
                      @ClientIP = clientip
         
     | 
| 
       2579 
2598 
     | 
    
         
             
                      @FirmwareUpdateTime = firmwareupdatetime
         
     | 
| 
       2580 
2599 
     | 
    
         
             
                      @CreateUserId = createuserid
         
     | 
| 
      
 2600 
     | 
    
         
            +
                      @NBIoTDeviceID = nbiotdeviceid
         
     | 
| 
       2581 
2601 
     | 
    
         
             
                    end
         
     | 
| 
       2582 
2602 
     | 
    
         | 
| 
       2583 
2603 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -2620,6 +2640,7 @@ module TencentCloud 
     | 
|
| 
       2620 
2640 
     | 
    
         
             
                      @ClientIP = params['ClientIP']
         
     | 
| 
       2621 
2641 
     | 
    
         
             
                      @FirmwareUpdateTime = params['FirmwareUpdateTime']
         
     | 
| 
       2622 
2642 
     | 
    
         
             
                      @CreateUserId = params['CreateUserId']
         
     | 
| 
      
 2643 
     | 
    
         
            +
                      @NBIoTDeviceID = params['NBIoTDeviceID']
         
     | 
| 
       2623 
2644 
     | 
    
         
             
                    end
         
     | 
| 
       2624 
2645 
     | 
    
         
             
                  end
         
     | 
| 
       2625 
2646 
     | 
    
         | 
| 
         @@ -3601,10 +3622,15 @@ module TencentCloud 
     | 
|
| 
       3601 
3622 
     | 
    
         
             
                    # @type DeviceLimit: Integer
         
     | 
| 
       3602 
3623 
     | 
    
         
             
                    # @param ForbiddenStatus: 产品禁用状态
         
     | 
| 
       3603 
3624 
     | 
    
         
             
                    # @type ForbiddenStatus: Integer
         
     | 
| 
      
 3625 
     | 
    
         
            +
                    # @param AppEUI: LoRa产品运营侧APPEUI,只有LoRa产品需要填写
         
     | 
| 
      
 3626 
     | 
    
         
            +
                    # @type AppEUI: String
         
     | 
| 
       3604 
3627 
     | 
    
         | 
| 
       3605 
     | 
    
         
            -
                    attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus
         
     | 
| 
      
 3628 
     | 
    
         
            +
                    attr_accessor :ProductDescription, :EncryptionType, :Region, :ProductType, :Format, :Platform, :Appeui, :ModelId, :ModelName, :ProductKey, :RegisterType, :ProductSecret, :RegisterLimit, :OriginProductId, :PrivateCAName, :OriginUserId, :DeviceLimit, :ForbiddenStatus, :AppEUI
         
     | 
| 
      
 3629 
     | 
    
         
            +
                    extend Gem::Deprecate
         
     | 
| 
      
 3630 
     | 
    
         
            +
                    deprecate :Appeui, :none, 2023, 8
         
     | 
| 
      
 3631 
     | 
    
         
            +
                    deprecate :Appeui=, :none, 2023, 8
         
     | 
| 
       3606 
3632 
     | 
    
         | 
| 
       3607 
     | 
    
         
            -
                    def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil)
         
     | 
| 
      
 3633 
     | 
    
         
            +
                    def initialize(productdescription=nil, encryptiontype=nil, region=nil, producttype=nil, format=nil, platform=nil, appeui=nil, modelid=nil, modelname=nil, productkey=nil, registertype=nil, productsecret=nil, registerlimit=nil, originproductid=nil, privatecaname=nil, originuserid=nil, devicelimit=nil, forbiddenstatus=nil, appeui=nil)
         
     | 
| 
       3608 
3634 
     | 
    
         
             
                      @ProductDescription = productdescription
         
     | 
| 
       3609 
3635 
     | 
    
         
             
                      @EncryptionType = encryptiontype
         
     | 
| 
       3610 
3636 
     | 
    
         
             
                      @Region = region
         
     | 
| 
         @@ -3623,6 +3649,7 @@ module TencentCloud 
     | 
|
| 
       3623 
3649 
     | 
    
         
             
                      @OriginUserId = originuserid
         
     | 
| 
       3624 
3650 
     | 
    
         
             
                      @DeviceLimit = devicelimit
         
     | 
| 
       3625 
3651 
     | 
    
         
             
                      @ForbiddenStatus = forbiddenstatus
         
     | 
| 
      
 3652 
     | 
    
         
            +
                      @AppEUI = appeui
         
     | 
| 
       3626 
3653 
     | 
    
         
             
                    end
         
     | 
| 
       3627 
3654 
     | 
    
         | 
| 
       3628 
3655 
     | 
    
         
             
                    def deserialize(params)
         
     | 
| 
         @@ -3644,6 +3671,7 @@ module TencentCloud 
     | 
|
| 
       3644 
3671 
     | 
    
         
             
                      @OriginUserId = params['OriginUserId']
         
     | 
| 
       3645 
3672 
     | 
    
         
             
                      @DeviceLimit = params['DeviceLimit']
         
     | 
| 
       3646 
3673 
     | 
    
         
             
                      @ForbiddenStatus = params['ForbiddenStatus']
         
     | 
| 
      
 3674 
     | 
    
         
            +
                      @AppEUI = params['AppEUI']
         
     | 
| 
       3647 
3675 
     | 
    
         
             
                    end
         
     | 
| 
       3648 
3676 
     | 
    
         
             
                  end
         
     | 
| 
       3649 
3677 
     | 
    
         | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: tencentcloud-sdk-iotcloud
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 3.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 3.0.632
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Tencent Cloud
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-08- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-08-09 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: tencentcloud-sdk-common
         
     |