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

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