rules screen

Hello

is it possible with the rules to redirect to a screen ?

example:

rule “etat_detecteur_porte_on”

when

Event( source == "VCODE", value == "0123" )

then

displayed( “screen1”);

end

``

thank you

Not quite sure what do you want to do? If you simply want to display something which was generated in a rule on your user interface then you can use a Label linked with the in memory command and set this command in the rule, like

execute.command(“in memory protocol command”, “text to show”);

your rule is interesting but that’s not what I’m looking for.

I would like after typing my code on the clavier screen to be redirected to the acceuil screen.

Thank you very much.

reference screen accueil in panel.xml :

reference screen clavier in panel.xml