Signals wakeUp, aboutToTurnOff seem to not be currently exposed, they were in version 6.5, here is a list of the fields that are available on output object using workspace.screens.forEach
geometry = KWin::Rect(0, 0, 5120, 1440)
devicePixelRatio = 1
name = DP-1
manufacturer = Samsung Electric Company
model = Odyssey G95C
serialNumber = HNTX101210
objectNameChanged = function() { [native code] }
geometryChanged = function() { [native code] }
scaleChanged = function() { [native code] }
aboutToChange = function() { [native code] }
changed = function() { [native code] }
blendingColorChanged = function() { [native code] }
transformChanged = function() { [native code] }
currentModeChanged = function() { [native code] }
mapToGlobal = function() { [native code] }
mapFromGlobal = function() { [native code] }
Is this intended change or should a bug report be created?