## Page template showing all channel configurations of the given driver. ## ## Giving all drivers via driverList shows all device configurations

$title

#foreach ($driver in $driverList) #foreach ($device in $driver.Devices) #if ( $driverList.size() == 1 ) #else #end #if ( $driverList.size() == 1 ) #else #end #foreach ($channel in $device.getChannels()) #end #end #end
Device name DescriptionDriver Device name DescriptionActive
$device.Name $!device.Description$driver.Id $device.Name $!device.Description #if ( $device.Disabled )
#else
#end
Label Description Active Unit Logging Action
$channel.Label $!channel.Description #if ( $channel.Disabled )
#else
#end
$!channel.getUnit() #if ( $channel.LoggingInterval ) $channel.LoggingInterval ms #end