public function testAllSuccess()
 {
     Buffer::packInt8u($payload, ZCLStatus::SUCCESS);
     $frame = new WriteAttributesResponseCommand($payload);
     $this->assertTrue($frame->isSuccess());
     $this->assertEquals("0x00", $frame->displayFrame());
 }