Smart Power Outlet, configure/disable energy reporting?

Hi

I was hoping someone could let me what steps to follow to how to “reset and re-pair the device”. I attempted to make the changes proposed to the send-me-a-report line by creating my own custom device type (under My Device Types) and linking it to the Smartthings outlet - device (under My Devices). Ideally if I can get the min change in value to work as expected I would be ecstatic (i.e. the proposed example below). Unfortunately, no matter what I change, the outlet does not change it’s reporting frequency. Note - I have changed all of the last 3 values (i.e. min report time, max and change in value) with no success (not illustrated above) I even commented out the code and republished to see if no reporting would take place but still no change to the device.

I unplugged device for 2 min and replugged in but nothing. How do I reset and re-pair the device… (delete it from all smartapps, delete the device and start again??).

Original Code: “zcl global send-me-a-report 0x0B04 0x050B 0x29 1 600 {05 00}”,
Proposed Code: “zcl global send-me-a-report 0x0B04 0x050B 0x29 1 600 {100}”,

I would greatly appreciate some assistance in this matter.

I have attempted to follow the instructions in FAQ: An Overview of Using Custom Code in SmartThings to no avail.