Skip to content

OpenLightingProject/pid-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDM Parameter ID Schema

Build Status

This repo contains a JSON Schema for RDM Parameter Descriptions.

The schema provided is on track to be included in ANSI E1.37-5.

To run the tests:

  1. Install npm.

  2. Install grunt-cli globally yourself by running either

$ npm install -g grunt-cli

or

$ sudo npm install -g grunt-cli
  1. Use npm to install the remaining dependencies. In the root directory of the project run:
$ npm install
$ grunt