Zwave Binding - Homeseer Switches Channel Issue

All of my homeseer switches (HS-WD100+, HS-WS100+) have this issue and I think it’s causing other issues (404 error when updating zwave device properties). Basically when they were added there were two identical channels added too. Well, they look identical. If I delete one, the other goes away, if I change one, the other one updates. Everything looks the same except in the jsondb file where I see the difference.

 9107         {
 9108           "acceptedItemType": "Number",
 9109           "kind": "STATE",
 9110           "uid": {
 9111             "segments": [
 9112               "zwave",
 9113               "device",
 9114               "500632da",
 9115               "node4",
 9116               "scene_number"
 9117             ]
 9118           },
 9119           "channelTypeUID": {
 9120             "segments": [
 9121               "zwave",
 9122               "scene_number"
 9123             ]
 9124           },
 9125           "label": "Scene Number",
 9126           "configuration": {
 9127             "properties": {}
 9128           },
 9129           "properties": {
 9130             "binding:*:DecimalType": "SCENE_ACTIVATION"
 9131           },
 9132           "defaultTags": []
 9133         },
 9134         {
 9135           "acceptedItemType": "Number",
 9136           "kind": "STATE",
 9137           "uid": {
 9138             "segments": [
 9139               "zwave",
 9140               "device",
 9141               "500632da",
 9142               "node4",
 9143               "scene_number"
 9144             ]
 9145           },
 9146           "channelTypeUID": {
 9147             "segments": [
 9148               "zwave",
 9149               "scene_number"
 9150             ]
 9151           },
 9152           "label": "Scene Number",
 9153           "configuration": {
 9154             "properties": {}
 9155           },
 9156           "properties": {
 9157             "binding:*:DecimalType": "CENTRAL_SCENE"
 9158           },
 9159           "defaultTags": []
 9160         }

It looks like one is SCENE_ACTIVATION and the other is CENTRAL_SCENE. I don’t know the difference but if these are both important maybe the names need to be changed so they are different channels?