Announcement | Changes to our Legacy SmartThings Platform

These options are currently available in the ST app. For others’ reference, in the Hub’s detail view, there’s a menu option called “Z-Wave Utilities”

I’m guessing you mean changing Driver, correct? This is also possible from the app. In the case of Z-Wave and Zigbee, the other driver must have the device’s fingerprints to appear in the list.
About the device’s details, and status, you can use the CLI and it will show you the data in a table unless you define -j or -y as the output format:

//See its details
smartthings devices device-id

//See the capabilities status:
smartthings devices:status device-id

//See the device's health status (online/offline):
smartthings devices:health device-id

Do you mean without having the physical device (Zigbee and Z-Wave)? With LAN drivers, you can create virtual devices of any kind, there are Community members that have developed drivers that help you to do so:

In the app, you can also see this information, but the devices are separated by rooms and the apps are in the “Automations” or “Life” tabs depending on their type. In the last one, there are ST Energy, ST Home Monitor, and others.
I’m guessing you mean an overall view of everything in one place, right?