nuagenetworks / monolithe

generic and extendable code generator from specifications.
BSD 3-Clause "New" or "Revised" License
16 stars 30 forks source link

handle dataType time #139

Closed killanch closed 5 years ago

killanch commented 5 years ago

Sample generated attribute code:

        lastConnectedTime: new NUAttribute({
            localName: 'lastConnectedTime',
            attributeType: NUAttribute.ATTR_TYPE_TIMESTAMP,
            description: `The time in which the last GET was made from the gateway.`,
            canOrder: true,
            canSearch: true,
            userlabel: `Last Connected Time`,
        }),