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
Last revisionBoth sides next revision
acdsn:slaves.conf [2014/06/16 14:16] jzaehrinacdsn:slaves.conf [2014/07/18 09:34] – [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 39: Line 39:
       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";
 +  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.txt · Last modified: 2015/02/11 17:28 by tret