par nico19270 » 19 Sep 2021 09:15
Apres modification du script, l'alarme est bien passer en non reconnus (mais probablement compatibles).
Voila ce que j'obtiens:
Liste des commandes disponibles :
commande &action = alarmOff (0 paramètre)
commande &action = alarmOn (0 paramètre)
commande &action = arm (0 paramètre)
commande &action = disarm (0 paramètre)
commande &action = getName (0 paramètre)
commande &action = off (0 paramètre)
commande &action = on (0 paramètre)
commande &action = setName (1 paramètre) &value={paramètre}
commande &action = refreshAlarmDelay (0 paramètre)
commande &action = refreshCurrentAlarmMode (0 paramètre)
commande &action = refreshIntrusionDetected (0 paramètre)
commande &action = setAlarmDelay (1 paramètre) &value={paramètre}
commande &action = alarmPartial1 (0 paramètre)
commande &action = alarmPartial2 (0 paramètre)
commande &action = setIntrusionDetected (1 paramètre) &value={paramètre}
commande &action = setTargetAlarmMode (1 paramètre) &value={paramètre}
Liste des états disponibles :
Etat [VAR2]: core:NameState type : DataState
Etat [VAR2]: internal:AlarmDelayState type : ContinuousState
Etat [VAR2]: internal:CurrentAlarmModeState type : DiscreteState |
valeurs: off,partial1,partial2,total,
Etat [VAR2]: internal:IntrusionDetectedState type : DiscreteState |
valeurs:detected,notDetected,pending,sos,
Etat [VAR2]: internal:TargetAlarmModeState type : DiscreteState |
valeurs : off,partial1,partial2,sos,total,
Dans le plugin j'ai tester de mettre Etat [VAR2]: internal:CurrentAlarmModeState et dans les valeurs modifier le paramètre comme: &devices=[VAR1]&etat=[VAR2]&action=total.
J'ai egalement tester avec Etat [VAR2]: internal:TargetAlarmModeState, mais toujours pas d'activation .