Skip to content

Latest commit

 

History

History
92 lines (73 loc) · 1.5 KB

INTERNALS.rst

File metadata and controls

92 lines (73 loc) · 1.5 KB

Internal Documentation

These notes are intended to assist anyone that wants to understand AppDaemon's internals better. Most modules are used from within the AppDaemon object, which is a centralized depository of configuration information and references to the other objects and subsystems within AppDaemon.

appdaemon object

appdaemon.appdaemon

admin

appdaemon.admin

admin_loop

appdaemon.admin_loop

app_management

appdaemon.app_management

callbacks

appdaemon.callbacks

dashboard

appdaemon.dashboard

events

appdaemon.events

logging

appdaemon.logging

appdaemon.main

main

appdaemon.plugin_management

appdaemon.scheduler

scheduler

appdaemon.services

state

appdaemon.state

stream

appdaemon.stream

thread_async

appdaemon.thread_async

threading

appdaemon.threading

utility_loop

appdaemon.utility_loop

utils

appdaemon.utils