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.
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:
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
orqpg6100
). Most of the methods should be good to reuse, including theBoltLockManager
callbacks --ActionInitiated
andActionCompleted
.A few parts of the code will be implemented in the separate tasks, so use stubs for now:
sAppEventQueue
var),StartTimer()
andCancelTimer()
methods,