Skip to content

IntelliHome::Schema::SQLite::Schema::Result::Pin

mudler edited this page Aug 19, 2014 · 3 revisions

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

Clone this wiki locally