Interface TagData

Meridian Tag data

interface TagData {
    mac: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

mac: string

Tag MAC address (uppercase, no punctuation)

Generated using TypeDoc