Skip to content

IntelliHome::Schema::SQLite::Schema::Result::Tag

mudler edited this page Aug 21, 2014 · 4 revisions

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

Clone this wiki locally