User Tools

Site Tools


acdsn:slaves.conf

Differences

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

Link to this comparison view

Next revision
Previous revision
acdsn:slaves.conf [2013/07/23 09:09] – created 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 10: Line 10:
   devices = (   devices = (
     {     {
 +      enable = "BOOL";
       setup = (       setup = (
         {         {
Line 16: Line 17:
           odspeed = "BOOL";           odspeed = "BOOL";
         } );         } );
-      enable = "BOOL"; 
       address = "INT";       address = "INT";
       family = "INT";       family = "INT";
     },     },
     {     {
 +      enable = "BOOL";
       setup = (       setup = (
         {         {
Line 27: Line 28:
           odspeed = "BOOL";           odspeed = "BOOL";
         } );         } );
 +      address = "INT";
 +      family = "INT";
 +    },
 +    {
       enable = "BOOL";       enable = "BOOL";
 +      setup = (
 +        {
 +          serial = "STRING";
 +        } );
       address = "INT";       address = "INT";
       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";
     } );     } );
 }; };
acdsn/slaves.conf.1374570551.txt.gz · Last modified: 2013/07/23 09:09 by jzaehrin