Broadcast after last build

I updated to the latest build yesterday and now I have a problem with sendBroadcastNotification.

This code

rule "Test"
when
Item Say_Test received update
then
	sendBroadcastNotification("Hello world!")
	Say_Test.postUpdate (OFF)
end

gives the folowing error

2017-09-21 09:40:57.877 [ERROR] [ntime.internal.engine.RuleEngineImpl] - Rule 'Test': An error occurred during the script execution: The name 'sendBroadcastNotification(<XStringLiteralImpl>)' cannot be resolved to an item or type.

/mike

Hi @tnemrap, which version did you update from? After it updated, is the openHAB cloud connector still installed? You can check using the extentions panel in paperUI.

Hi

I updated from the nightly that i installed 14 days ago to 2.2.0.SNAPSHOT
Everything else work perfect with openhab cloud except from broadcast.

/Mike