Understanding zwave values coming in as states and attirbutes

Hey all, I’m working on a template for a zwave device Smoke/CO combo.

In the documentation for the device I have this
Notification Type: Smoke (0x01) which comes into HA as the entity: _smoke
Notification Event: 0x00 which comes in as 0

so I have (Smoke: 0) basically, but there is this other parameter I’m trying to get the value for called “Event Parameters” which comes in as 0x02, right now at the very basic state level/attirbutes I do not see this, is there a way to expose this so i can use it in the template?