Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Identify Start Command 

RapidHA Primary Header0x11 (General Cluster Frames)
RapidHA Secondary Header0x10

...

  • F1 11 10 DE 01 16 16 01 [RHAIdentifyStart]

Identify Stop Command 

RapidHA Primary Header0x11 (General Cluster Frames)
RapidHA Secondary Header0x11

...

  • F1 11 11 E3 01 16 1C 01 [RHAIdentifyStop]

On/Off Status Update 

RapidHA Primary Header0x12 (HA Cluster Frames)
RapidHA Secondary Header0x00

...

  • (Indicating OFF) F1 12 00 DF 03 16 00 00 0A 01 [RHAOnOffStateUpdate]

Move to Level with On/Off Status

RapidHA Primary Header0x12 (HA Cluster Frames)
RapidHA Secondary Header0x25 (note that this is different from the secondary header for the Move to Level command, which is 0x20)

...

  • (Indicating Level 100, Transition Time 0, On/Off Status ON) F1 12 25 BB 05 16 64 00 00 01 72 01 [RHAMoveToLevel]


Module Triggered Restore to Factory Defaults Command

RapidHA Primary Header0x11 (HA Cluster)
RapidHA Secondary Header0x00

Payload

The command has no payload.

Expected Host Action

The Received Reset to Factory Default command is sent by the Module to the Host on reception of a Basic cluster Reset to Factory Default command from the network. 

...

If applicable, after Host restored to factory default, the Host should also sends Attribute Write command serial command to update ZigBee cluster attribute value.

Host Triggered Restore to Factory Defaults Command


RapidHA Primary Header0x55 (Utility Frames)
RapidHA Secondary Header0x10

...

This command is typically triggered by Host when there is a manual Human action on the Host to Restore the Entire Device to Factory Default.

Effect on Receipt

The Module restores all non-volatile elements to their factory default settings, leaves the network if it is joined to one or dissolves the network if it has formed one, and then reboots.


Network Status Response Command

RapidHA Primary Header0x01 (Network Commissioning Frame)
RapidHA Secondary Header0x09

...

The Network Status Response is sent by the Module to the Host, either as a response to the Network Status Request command, or automatically upon a change to the application Network State or Permit Join Duration (i.e., on transition from non-zero to zero or vice versa).

Payload for Network Status Response Command

Byte Index

Field Name

Notes

0

Network State

0x00 = Network Down
0x01 = Network Up
0x02 = Joining
0x03 = Forming
0x04 = Rejoining
0x10 = Waiting to Rejoin
0xFF = Unknown (During Initialization)

1

ZigBee Device Type

0x00 = Coordinator
0x01 = Router
0x02 = End Device
0x03 = Sleepy End Device
0xFF = Unknown

2

Channel

0xFF = Unknown

3,4

Node ID

0xFFFF = Unknown

5,6

PAN ID

0xFFFF = Unknown

7..14

Extended PAN ID

All 0’s = Unknown

15

Permit Join Time

The remaining Permit Join Duration at the time of issuance.

...