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

NAME

IntelliHome::Schema::SQLite::Schema::Result::Pin - DBIx::Class model that represent a Pin of a Node

DESCRIPTION

This object is a model that represent a Pin in the node's network

ATTRIBUTES

  • pinid()

    pin unique ID identifier

  • gpioid()

    corresponding GPIO that has that pin

  • pin()

    pin number (used for export)

  • type()

    pin type

  • value()

    the pin current value

  • status()

    alias for the pin current value

SEE ALSO

IntelliHome::Schema::SQLite::Schema::Result::GPIO