## Page template for confirming if a driver shall be deleted ## ## This page lists all device and channel configurations that are associated ## with the driver and will also be deleted

This action will also delete the following devices and channels

Devices and channels of $driver.Id: #foreach ($device in $driver.Devices) #foreach ($channel in $device.getChannels()) #end #end
Device name Description Active
$device.Name $!device.Description
Label Description Active Unit Logging #if($showLinks)Action#end
$channel.Label $!channel.Description #if ( $channel.Disabled )
#else
#end
$!channel.getUnit() #if ( $channel.LoggingInterval ) $channel.LoggingInterval ms #end
Are you sure you want to delete ${driver.Id}?