Skip to content

Schema Definition: com.lawo.emberplus.gpin (Version 1)

Kimon Hoffmann edited this page Jun 6, 2019 · 1 revision

General

This schema is intended to provide a standard way for an Ember+ provider to publish data for general purpose inputs.

Changes

Version 1.0

Initial schema definition.

Identifier

The identifier of this schema is com.lawo.emberplus.gpin.v<VERSIONMAJOR>.<VERSIONMINOR>
The current major version is: 1
The current minor version is: 0

A consumer implementing this schema may expect that future versions of this schema are backwards compatible to the one it implements if the major version number is unchanged and the minor version number is greater than the one it implements. Changes to the major version number must be considered breaking changes.

Scope

This schema defines the layout of an Ember+ node, defining the parameters it must contain as direct children as well as parameters it may contain, if the underlying hardware supports them.

Rules

An Ember+ node that implements this schema MUST contain the following parameters:

  1. Name: State
    Type: ENUMERATION
    Access: Read Only
    This parameter may take one of two values that determine the unfiltered state of the input:
    • 0 - Indicates the input is currently low.
    • 1 - Indicates the input is currently high.