Skip to content

IntelliHome::Schema::SQLite::Schema::Result::Command

mudler edited this page Aug 19, 2014 · 3 revisions

NAME

IntelliHome::Schema::SQLite::Schema::Result::Command - DBIx::Class model that represent plugin exported functions

DESCRIPTION

This object is a model that represent plugin exported functions that have many triggers

ATTRIBUTES

  • commandid()

    command ID

  • name()

    command name

  • plugin()

    contains the plugin package name

  • command()

    contains the plugin method to call

  • triggers()

    all the triggers associated with that command

  • commandgpio()

    all the gpio associated with that command

SEE ALSO

IntelliHome::Schema::SQLite::Schema::Result::Trigger, IntelliHome::Schema::SQLite::Schema::Result::CommandGPIO

Clone this wiki locally