Hi, I am wondering is there any way to assign a custom uuid for a device. like below: ```javascript DeviceDriver = function() { this.uuid = "<uuid>"; Device.call(this); } ``` just need to have a consistent `uuid`.