IntelliHome::Schema::SQLite::Schema::Result::Tag - IntelliHome/Google-at-Home GitHub Wiki

NAME

IntelliHome::Schema::SQLite::Schema::Result::Tag - DBIx::Class model that represent a Tag associated to a gpio

DESCRIPTION

This object is a model that represent a tag associated to a gpio

ATTRIBUTES

  • tagid()

    tag unique ID identifier

  • gpioid()

    the gpio id of the tag

  • tag()

    the tag name

  • description()

    the tag description

  • gpio()

    the gpios that have that tag

SEE ALSO

IntelliHome::Schema::SQLite::Schema::Result::GPIO, IntelliHome::Schema::SQLite::Schema::Result::Node, IntelliHome::Schema::SQLite::Schema::Result::Room