Skip to content

Version

COMMAND_CLASS_VERSION MQTT API

MQTT Support Support Control
true true true

Table of Contents

VERSION_COMMAND_CLASS_GET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Command/VersionCommandClassGet

Payload:

{
  "requested_command_class": "0x12"
}

VERSION_COMMAND_CLASS_REPORT

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Report/VersionCommandClassReport

Payload:

{
  "requested_command_class": "0x12",
  "command_class_version": "0x12"
}

VERSION_GET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Command/VersionGet

Payload:

{ }

VERSION_REPORT

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Report/VersionReport

Payload:

{
  "z_wave_library_type": "0x12",
  "z_wave_protocol_version": "0x12",
  "z_wave_protocol_sub_version": "0x12",
  "firmware_0_version": "0x12",
  "firmware_0_sub_version": "0x12",
  "hardware_version": "0x12",
  "number_of_firmware_targets": "0x12",
  "vg": [
    {
      "firmware_version": "0x12",
      "firmware_sub_version": "0x12"
    }
  ]
}

VERSION_CAPABILITIES_GET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Command/VersionCapabilitiesGet

Payload:

{ }

VERSION_CAPABILITIES_REPORT

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Report/VersionCapabilitiesReport

Payload:

{
  "properties1": {
    "version": "0x05",
    "command_class": "0x05",
    "z_wave_software": "0x05",
    "reserved1": "0x05"
  }
}

VERSION_ZWAVE_SOFTWARE_GET

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Command/VersionZwaveSoftwareGet

Payload:

{ }

VERSION_ZWAVE_SOFTWARE_REPORT

Command:

zpc/<home_id>/<node_id>/ep<endpoint_id>/Version/Report/VersionZwaveSoftwareReport

Payload:

{
  "sdk_version": "0x123",
  "application_framework_api_version": "0x123",
  "application_framework_build_number": "0x2574",
  "host_interface_version": "0x123",
  "host_interface_build_number": "0x2574",
  "z_wave_protocol_version": "0x123",
  "z_wave_protocol_build_number": "0x2574",
  "application_version": "0x123",
  "application_build_number": "0x2574"
}