Err 404 Page Not Found

Bonjour,
Je débute avec Home Remote et les pages d’aide ont l’air d’être absente.
Normal ?
:smiley:
ex: https://thehomeremote.com/docs/condition

Yes. I am aware of that. Sorry, there are a few pages in the docs that haven’t been built yet.

ok.

Vous n’auriez pas un peu de doc sur les conditions ?

Ou des fichiers d’exemples ?

Merci

Conditions are basically “IF” statements. It’ll only execute the Action if the Condition evaluates to TRUE.

As an example, in the Clicked event for the default SwitchTile.xaml file, it’ll only send the “On” command when the device is “Off”.

Conditions are optional. When no Conditions are supplied the Action will always run on the event.

Ok, merci, oui j’ai compris.
Mais ou trouver ces informations ?
Je ne peux quand même pas vous demandez a chaque question :innocent:
Maintenant, je voudrais changer l’icone d’une lampe quand la lampe est allumée ou éteinte.
J’ai cherché sans résultat.
Merci

Add a DataTrigger to your IconElement or ImageElement control. Look at screenshot below, this DataTrigger will change the Icon to “SomeCustomIcon.png” whenever the switch turns On.

Merci, Bill, ça fonctionne.:ok_hand:

Nouveau challenge !!! :slight_smile:
Comment faire du swipe entre les pages ?
Ca fonctionne dans les groupe mais pour les pages, comment faire ?

Merci