What problem does it solve?
This Skill provides a comprehensive guide and best practices for developers looking to implement new Z-Wave Command Classes (CCs) within the ZWave.NET library, ensuring adherence to specifications and promoting robust, forward-compatible code.
Core Features & Use Cases
- Step-by-step Implementation Guide: Covers defining command enums, public report types, CC classes, and inner command structs.
- Design Principles: Emphasizes specification conformance, forward compatibility, handling solicited vs. unsolicited reports, and state management.
- Use Case: A developer needs to add support for a new Z-Wave sensor type to the ZWave.NET library. They can use this Skill to understand the exact file structure, coding patterns, and validation requirements for implementing the corresponding Command Class.
Quick Start
Follow the checklist in this skill to implement a new Z-Wave Command Class in the ZWave.NET codebase.