IntelliHome::Schema::SQLite::Schema::Result::GPIO - IntelliHome/Google-at-Home GitHub Wiki
NAME
IntelliHome::Schema::SQLite::Schema::Result::GPIO - DBIx::Class model that represent a GPIO
DESCRIPTION
This object is a model that represent a GPIO in the node's network
ATTRIBUTES
-
gpioid()
gpio unique ID identifier
-
nodeid()
corresponding node that has that GPIO
-
pin_id()
gpio number (used for export)
-
type()
gpio type
-
value()
the gpio current value
-
status()
alias for the pin current value
-
driver()
the driver associated to that gpio
-
tags()
tags associated to that gpio
SEE ALSO
IntelliHome::Schema::SQLite::Schema::Result::Node, IntelliHome::Schema::SQLite::Schema::Result::Pin, IntelliHome::Schema::SQLite::Schema::Result::UserGPIO, IntelliHome::Schema::SQLite::Schema::Result::Tag