We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IntelliHome::Schema::SQLite::Schema::Result::GPIO - DBIx::Class model that represent a GPIO
This object is a model that represent a GPIO in the node's network
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
IntelliHome::Schema::SQLite::Schema::Result::Node, IntelliHome::Schema::SQLite::Schema::Result::Pin, IntelliHome::Schema::SQLite::Schema::Result::UserGPIO, IntelliHome::Schema::SQLite::Schema::Result::Tag