Skip to content

Basic

COMMAND_CLASS_BASIC MQTT API

MQTT Support Support Control
true false true

Table of Contents

BASIC_GET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Basic/Command/BasicGet

Payload:

{ }

BASIC_REPORT

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Basic/Report/BasicReport

Payload:

{
  "current_value": "0x12",
  "target_value": "0x12",
  "duration": "0x12"
}

BASIC_SET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Basic/Command/BasicSet

Payload:

{
  "value": "0x12"
}