Multi channel meter_reset

Does anyone know how to reset the meter for multi channel devices? I specifically have two zw132 devices (ZW132 v2) and the current setup in the database resets channel 2 but channel 0 and 1 are not reset.

I’ve added the following to the XML and added it to the JAR file to test it but it doesn’t seem to do anything. I did delete the item and rediscover it to make sure it had the latest definition.

  <channel id="meter_reset1" typeId="meter_reset">
    <label>Reset Meter</label>
    <properties>
      <property name="binding:*:OnOffType">COMMAND_CLASS_METER:1;reset=true</property>
    </properties>
  </channel>

According to @ccheng-aeotec all three endpoints should have a meter_reset and they should reset each channel appropriately.

Am I missing something?

BTW, once I figure this out, I will update the database correctly but I didn’t want to make a bunch of edits while I am testing this.

Thanks