Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def example_method(self):
# Add: Comprehensive guide to device state management

## Changes
- New document: `docs/core-concepts/state-management.md`
- New document: `docs/concepts/state-management.md`
- Covers state types, update patterns, and performance
- Includes 5 code examples
- Links to related API reference docs
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,21 @@ Community-contributed guides and resources:

All documentation is organized in the `docs/` directory:

### 📚 [Getting Started](docs/getting-started/)
### 📚 [Quick Start](docs/quick-start.md)
New to Indigo plugin development? Start here!
- Setting up your development environment
- Creating your first plugin
- Understanding plugin structure
- Testing and debugging

### 🏗️ [Core Concepts](docs/core-concepts/)
### 🏗️ [Core Concepts](docs/concepts/)
Understanding the architecture and lifecycle
- Plugin lifecycle (init, startup, shutdown)
- Device types (custom, relay, dimmer, sensor, thermostat)
- State management
- Concurrent thread patterns

### 📖 [API Reference](docs/api-reference/)
### 📖 [API Reference](docs/api/)
Detailed API documentation
- Plugin base class methods
- Device object properties
Expand Down
Loading