# HG changeset patch # User Edouard Tisserant # Date 1627038975 -7200 # Node ID 3c893aed919855942a8ead539b6385829acd6cd6 # Parent 8f3cb4b47cbbbc7f9ead9298afc320c383548a63 SVGHMI: Fix missing "OnWatchdog" in XSD, accidentally deleted in earlier commit. diff -r 8f3cb4b47cbb -r 3c893aed9198 svghmi/svghmi.py --- a/svghmi/svghmi.py Fri Jul 23 13:15:19 2021 +0200 +++ b/svghmi/svghmi.py Fri Jul 23 13:16:15 2021 +0200 @@ -297,6 +297,7 @@ <xsd:complexType> <xsd:attribute name="OnStart" type="xsd:string" use="optional" default="chromium {url}"/> <xsd:attribute name="OnStop" type="xsd:string" use="optional" default="echo 'please close chromium window at {url}'"/> + <xsd:attribute name="OnWatchdog" type="xsd:string" use="optional" default="echo 'Watchdog for {name} !'"/> <xsd:attribute name="EnableWatchdog" type="xsd:boolean" use="optional" default="false"/> <xsd:attribute name="WatchdogInitial" use="optional" default="30"> <xsd:simpleType>