### What happened?
Yale YRD210-HA-605 paired and interviewed successfully. Bu…t some attributes always have NULL value, i believe this was caused by Z2M published 2 payloads (in quick succession) with the same attributes following every messages from the device.
First payloads contain correct values, the second contains NULL or empty string.
"lockState', 'battery', and 'linkquality' reported correctly.
'action', 'source_name', and 'user' always has NULL values.
### What did you expect to happen?
'action', 'source_name', and 'user' reported correctly.
### How to reproduce it (minimal and precise)
Problem happened with every action on the device.
### Zigbee2MQTT version
1.30.2 and 1.30.2-dev commit: 4272d9a
### Adapter firmware version
20221226
### Adapter
USB CC2652P zStack3x0
### Debug log
```js
Debug 2023-03-15 07:18:29 Received Zigbee message from '0x000d6f00024c541e', type 'commandOperationEventNotification', cluster 'closuresDoorLock', data '{"data":0,"opereventcode":14,"opereventsrc":2,"pin":{"data":[],"type":"Buffer"},"userid":65535,"zigbeelocaltime":732179911}' from endpoint 1 with groupID 0
Info 2023-03-15 07:18:29 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"manual_unlock","action_source":2,"action_source_name":"manual","action_user":65535,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":123,"lock_state":"locked","pin_code":null,"sound_volume":null,"state":"LOCK"}'
Info 2023-03-15 07:18:29 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"","action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":123,"lock_state":"locked","pin_code":null,"sound_volume":null,"state":"LOCK"}'
Info 2023-03-15 07:18:29 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e/action', payload 'manual_unlock'
Debug 2023-03-15 07:18:31 Received Zigbee message from '0x000d6f00024c541e', type 'attributeReport', cluster 'closuresDoorLock', data '{"lockState":2}' from endpoint 1 with groupID 0
Info 2023-03-15 07:18:31 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":null,"action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":116,"lock_state":"unlocked","pin_code":null,"sound_volume":null,"state":"UNLOCK"}'
Debug 2023-03-15 07:19:05 Received Zigbee message from '0x000d6f00024c541e', type 'commandOperationEventNotification', cluster 'closuresDoorLock', data '{"data":0,"opereventcode":13,"opereventsrc":2,"pin":{"data":[],"type":"Buffer"},"userid":65535,"zigbeelocaltime":732179947}' from endpoint 1 with groupID 0
Info 2023-03-15 07:19:05 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"manual_lock","action_source":2,"action_source_name":"manual","action_user":65535,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":123,"lock_state":"unlocked","pin_code":null,"sound_volume":null,"state":"UNLOCK"}'
Info 2023-03-15 07:19:05 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"","action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":123,"lock_state":"unlocked","pin_code":null,"sound_volume":null,"state":"UNLOCK"}'
Info 2023-03-15 07:19:05 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e/action', payload 'manual_lock'
Debug 2023-03-15 07:19:07 Received Zigbee message from '0x000d6f00024c541e', type 'attributeReport', cluster 'closuresDoorLock', data '{"lockState":1}' from endpoint 1 with groupID 0
Info 2023-03-15 07:19:07 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":null,"action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":142,"lock_state":"locked","pin_code":null,"sound_volume":null,"state":"LOCK"}'
Debug 2023-03-15 07:19:48 Received Zigbee message from '0x000d6f00024c541e', type 'commandOperationEventNotification', cluster 'closuresDoorLock', data '{"data":0,"opereventcode":2,"opereventsrc":0,"pin":{"data":[],"type":"Buffer"},"userid":3,"zigbeelocaltime":732179990}' from endpoint 1 with groupID 0
Info 2023-03-15 07:19:48 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"unlock","action_source":0,"action_source_name":"keypad","action_user":3,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":145,"lock_state":"locked","pin_code":null,"sound_volume":null,"state":"LOCK"}'
Info 2023-03-15 07:19:48 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":"","action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":145,"lock_state":"locked","pin_code":null,"sound_volume":null,"state":"LOCK"}'
Info 2023-03-15 07:19:48 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e/action', payload 'unlock'
Debug 2023-03-15 07:19:50 Received Zigbee message from '0x000d6f00024c541e', type 'attributeReport', cluster 'closuresDoorLock', data '{"lockState":2}' from endpoint 1 with groupID 0
Info 2023-03-15 07:19:50 MQTT publish: topic 'zigbee2mqtt/0x000d6f00024c541e', payload '{"action":null,"action_source_name":null,"action_user":null,"auto_relock_time":0,"battery":80,"battery_low":false,"linkquality":138,"lock_state":"unlocked","pin_code":null,"sound_volume":null,"state":"UNLOCK"}'
```