User Tools

Site Tools


acdsn:slaves.conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
acdsn:slaves.conf [2014/06/11 06:53] jzaehrinacdsn:slaves.conf [2015/02/11 17:28] (current) – [Empty slaves.conf for the new ACDSN] tret
Line 1: Line 1:
-====== Empty slaves.conf ======+====== Empty slaves.conf for the old ACDSN ======
 <file> <file>
 schema : schema :
Line 40: Line 40:
       family = "INT";       family = "INT";
     } );     } );
 +};
 +slaves = (
 ); );
 +</file>
 +
 +====== Empty slaves.conf for the new ACDSN ======
 +<file>
 +schema :
 +{
 +  enable = "BOOL";
 +  buzz = "BOOL";
 +  valid_access_timeout = "INT";
 +  bad_access_timeout = "INT";
 +  discontinuation = "INT";
 +  address = "INT";
 +  alias = "STRING";
 +  devices = (
 +    {
 +      family = "0";
 +      enable = "BOOL";
 +      setup = (
 +        {
 +          unit = "INT";
 +          lock = "BOOL";
 +          odspeed = "BOOL";
 +        } );
 +      address = "INT";
 +    },
 +    {
 +      family = "27";
 +      enable = "BOOL";
 +      setup = (
 +        {
 +          serial = "STRING";
 +        } );
 +      address = "INT";
 +    },
 +    {
 +      family = "28";
 +      enable = "BOOL";
 +      setup = (
 +        {
 +          serial = "STRING";
 +          upper_limit = "STRING";
 +          lower_limit = "STRING";
 +        } );
 +      address = "INT";
 +    } );
 +};
 slaves = ( slaves = (
 ); );
 </file> </file>
acdsn/slaves.conf.1402469590.txt.gz · Last modified: 2014/06/11 06:53 by jzaehrin