Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasValue

    LibertasValue:
        | number
        | boolean
        | string
        | LibertasValue[]
        | LibertasStruct
        | undefined

    A value of the Matter data model, which is adopted by Libertas. The value can be a value of an attribute or a field of a command or event. Nothe that a command or event must be a LibertasStruct, which could be empty.