ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

lock-app: Add the AppTask class stub #99

Closed fkjagodzinski closed 3 years ago

fkjagodzinski commented 3 years ago

Problem

Since we're following what other platforms do in the lock-app, the AppTask class is missing.

Proposed Solution

Add implementation based on other platforms (e.g. nrfconnect or qpg6100). Most of the methods should be good to reuse, including the BoltLockManager callbacks -- ActionInitiated and ActionCompleted.

A few parts of the code will be implemented in the separate tasks, so use stubs for now:

fkjagodzinski commented 3 years ago

Closed via #96.