eavanvalkenburg / pysiaalarm

A python package to connect to a SIA DC-09 based alarm system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo mistake for xdata identifier

phil2fer opened this issue · comments

in xdata.json

 "Y": {
        "identifier": "A",
        "name": "Latitude",
        "description": "Location of event, latitude.",
        "length": 12,
        "characters": "ASCII"
    },

must be (I think)

 "Y": {
        "identifier": "Y",
        "name": "Latitude",
        "description": "Location of event, latitude.",
        "length": 12,
        "characters": "ASCII"
    },

identifier is wrong