Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex IoT Core
    • Authentication
    • Resource relationships
    • MQTT server connection parameters
    • Sending messages to an MQTT server via gRPC
      • Overview
      • Device topics
      • Registry topics
      • Subtopic
      • Using topics
    • Backups
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Concepts
  2. Topic
  3. Subtopic

Subtopic

Written by
Yandex Cloud
Updated at September 23, 2024

A subtopic is a custom topic created within existing device and registry topics. You do not need to create a subtopic, just start sending messages to it.

Everything that comes after a device or registry topic and separated by / is considered a subtopic:

<device_or_registry_topic>/<subtopic_name>

Examples of subtopics:

  • $devices/<device_ID>/events/bedroom/temperature: Subtopic to receive bedroom temperature data.
  • $devices/<device_ID>/state/bedroom/temperature: Subtopic to receive bedroom temperature data, which stores the most recent message sent to this subtopic.
  • $registries/<registry_ID>/commands/bedroom: Subtopic to send commands to all devices in the bedroom.
  • $registries/<registry_ID>/config/bedroom: Subtopic to send commands to all devices in the bedroom, which stores the last message sent to this subtopic.

Subtopics are based on the same operating principles and limits as topics.

Was the article helpful?

Previous
Registry topics
Next
Using topics
Yandex project
© 2025 Yandex.Cloud LLC