[SOLVED] Any item state change

Hi!
I cant manage to make rule like:

When ANY item state change, it do some action. I dont want to define exact item, but make request to other server if - state of any Item is changed.

WHEN
 Item * changed
then
//Send to server state and item name which was changed.
end

Is there some rule like that?

Thanks.

Found and answer, sorry for bothering. Rules - if ANY item changed state

Given your use case, you would do well to look at MQTT 2.5 Event Bus.