kdb.plugins.timers module

Timers

This plugin shows how to user the timers module. Provides a test command to create a message to be display in x seconds.

class kdb.plugins.timers.Commands(*args, **kwargs)

Bases: circuits.core.components.Component

channel = 'commands'
timer(source, target, args)

Create a new time with the given length and message

Syntax: TIMER <duration> [<message>]

class kdb.plugins.timers.Timers(*args, **kwargs)

Bases: kdb.plugin.BasePlugin

Timers

init(*args, **kwargs)
timer(target, message)

This Page