Lutron LZL4BWHL01 zigbee remote - discovered but can't do anything else

I held down the power on button on the remote for 10 seconds (according to the instructions) while I was running the ZigbeeConsoleMain application. I cut these snippets from the log (I cut individual lines, they didn’t happen all at once)

22:49:43.105  DEBUG  [     ember.ash.AshFrameHandler] No frame handler created for AshFrameData [frmNum=5, ackNum=3, reTx=false, data=0F 90 46 01 80 C1 B8 21 01 C8 4A FF FF FF FF 9C 05 23 3F FF E7 0F 00 FF FF 0B 00 0B 00 10 5E C0 11 00 00 20 02 5C 37 02 12]
22:50:06.256  DEBUG  [     ember.ash.AshFrameHandler] No frame handler created for AshFrameData [frmNum=6, ackNum=3, reTx=false, data=0F 90 46 01 80 FF BF 21 01 C8 62 FF FF FF FF 9C 05 23 3F FF E7 0F 00 FF FF 0B 00 0B 00 10 5E C0 11 00 00 DE 72 68 2F 02 12]
22:50:48.398  DEBUG  [     ember.ash.AshFrameHandler] No frame handler created for AshFrameData [frmNum=5, ackNum=4, reTx=false, data=19 90 46 01 80 FF BC 21 01 C8 79 FF FF FF FF 9C 05 23 3F FF E7 0F 00 FF FF 0B 00 0B 00 10 5E C0 11 00 00 47 47 BE 49 02 12]
22:51:39.669  DEBUG  [     ember.ash.AshFrameHandler] No frame handler created for AshFrameData [frmNum=2, ackNum=4, reTx=false, data=21 90 46 01 80 FF BD 21 01 C8 8F FF FF FF FF 9C 05 23 3F FF E7 0F 00 FF FF 0B 00 0B 00 10 5E C0 11 00 00 B2 3D 74 64 02 12]

It seems like it’s looking in the handler hashmap for a handler for 0x46 but can’t find one. According to the spec 0x46 is macFilterMatchMessageHandler which is supposed to handle a raw MAC message that has matched one of the application’s configured MAC filters. It should be in response to a callback command. But I get this message only when I hold down the “on” button on my remote. Strange.