<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
    <interface name="org.kde.kstars.INDI.DustCap">
        <property name="name" type="s" access="read"/>
        <property name="connected" type="b" access="read"/>
        <property name="canPark" type="b" access="read"/>
        <property name="status" type="i" access="read">
            <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::DustCap::Status"/>
        </property>
        <property name="parkStatus" type="i" access="read">
            <annotation name="org.qtproject.QtDBus.QtTypeName" value="ISD::ParkStatus"/>
        </property>
        <method name="isParked">
            <arg type="b" direction="out"/>
        </method>
        <method name="isUnParked">
            <arg type="b" direction="out"/>
        </method>
        <method name="park">
            <arg type="b" direction="out"/>
        </method>
        <method name="unpark">
            <arg type="b" direction="out"/>
        </method>
        <signal name="Connected"/>
        <signal name="Disconnected"/>
        <signal name="ready"/>
        <signal name="newStatus">
            <arg name="status" type="(i)" direction="out"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::DustCap::Status"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::DustCap::Status"/>
        </signal>
        <signal name="newParkStatus">
            <arg name="status" type="(i)" direction="out"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="ISD::ParkStatus"/>
            <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="ISD::ParkStatus"/>
        </signal>
    </interface>
</node>
