Dimmable Light UPnP Implementation

Curious if Vera does / can be made to implement the ramping function of UPnP?

From the Dimming:1 Service Template standard:

2.4.24.3. Stepping actions (optional)
StepUp( )
StepDown( )
SetStepDelta(newStepDelta )
GetStepDelta(retStepDelta)
2.4.24.4. Simple ramping actions (optional)
StartRampUp( )
StartRampDown( )
StopRamp( )
StartRampToLevel(newLoadLevelTarget, newRampTime)
SetRampRate(newRampRate )
GetRampRate(retRampRate)
GetIsRamping(retIsRamping)
GetRampPaused(retRampPaused)
GetRampTime(retRampTime)