Networking Binding - Wake On Lan not working since 4.0.3

Hi,

recently my Network Binding stopped working - I am guessing since 4.0.3.

WOL-Package should be send to my Windows PC. I have the following rule for this:

val actions = getActions("network", "network:pingdevice:0ccaa24df7")
if (actions === null) {
    logInfo("actions", "Actions not found, check thing ID")
    return
} else {
    // Send via MAC address
    actions.sendWakeOnLanPacketViaMac()
}

When I manually trigger the rule, I get the following log:

2023-09-23 10:17:13.186 [INFO ] [rg.openhab.core.model.script.actions] - Actions not found, check thing ID

Anybody else experiencing this?

Screenshot of the “Thing”.

Thanks!

two weeks later, this problem just disappeared.