hooks/examples

hooks/examples

Source:

This folder contains some hooks examples

Members

(static) beep :Object

Source:

Local hook example with regex capture

Type:
  • Object
Source:

Local hook example with GPIO signaling. Would blink a LED connected to 14 GPIO pin three times

Type:
  • Object

(static) helloworld :Object

Source:

Can't miss in any dev project

Type:
  • Object

(static) mawkish :Object

Source:

Local hook with confirmation and custom keyboard

Type:
  • Object

(static) monitor_cpu :Object

Source:

A monitoring hook definition example

Type:
  • Object

(static) monitor_gpio :Object

Source:

A GPIO monitoring hook definition example. Would react to a button connected to GPIO pin 4.

Type:
  • Object

(static) spammer :Object

Source:

Example of command line hook. Just send passed string to chat

Type:
  • Object

(static) systat :Object

Source:

Example of command line hook linked to non regex command /systat

Type:
  • Object

(static) webhook_spammer :Object

Source:

Example of web hook. Just send passed string to chat

Type:
  • Object