Get a device's Z-wave node ID in its handler?

Is it possible to get the Z-wave node ID of the device a handler is instantiated for? Like from an attribute or other call?

All I have found in the documentation is how to get the hub’s ID (zwaveHubNodeId).

Thank you

try a log.debug “$device_id”
or $deviceId , cant rembber which