Blame view

privatedev/config/tnc/device_Astromecca_CS100_sn001.yml 826 Bytes
86895541   aklotz   Mise à jour de co...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Schema file to check the syntax of this config file
schema: schema_device-2.0.yml

# Here is the description of the configuration of an isolated device
DEVICE:

    inventory_label: ROO-AMC-001
    manufacturer: AstroMecCA
    model: CS100
    description: "Clam Shell roof"
    sn: SN001
    power:
        voltage: 220
        intensity: 7
        socket: "CEE 7/7 2P+T"
        
    connector:
        input: ground
        output: "Container for mount"
        
    protocol:
        transport: Serial
        langage: ASCOM
        read: True
        write: True

    CAPABILITIES:
    
        - CAPABILITY:
            component: BuildingCover
c132ba0f   Alexis Koralewski   Fixing TNC config...
31
32
33
34
            attributes:
                - attribute:
                    key: type_cover
                    value: ["ClamShell"] # Enum: None, RollingRoof, ClamShell, Dome