We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f50c1 commit c23ea2dCopy full SHA for c23ea2d
api/iot/v1beta1/iot_sdk.go
@@ -1480,6 +1480,8 @@ type UpdateDeviceRequest struct {
1480
AllowInsecure *bool `json:"allow_insecure"`
1481
// MessageFilters: filter-sets to restrict the topics the device can publish/subscribe to
1482
MessageFilters *DeviceMessageFilters `json:"message_filters"`
1483
+ // HubID: change Hub for this device, additional fees may apply, see IoT Hub pricing
1484
+ HubID *string `json:"hub_id"`
1485
}
1486
1487
// UpdateDevice: update a device
0 commit comments