feat(bridge): establish local pi status bridge
Deliver the initial local bridge, Noctalia v4/v5 adapters, desktop client, service unit, tests, and implementation documentation for persistent Pi status and control.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"id": "pi-status-bridge",
|
||||
"name": "Pi Status Bridge",
|
||||
"version": "0.1.0",
|
||||
"minNoctaliaVersion": "4.0.0",
|
||||
"description": "Presentation-only status bar and panel for a local Pi Status Bridge.",
|
||||
"entryPoints": {
|
||||
"main": "Main.qml",
|
||||
"barWidget": "BarWidget.qml",
|
||||
"panel": "Panel.qml"
|
||||
},
|
||||
"metadata": {
|
||||
"defaultSettings": {
|
||||
"bridgeState": "idle",
|
||||
"projectLabel": "Home",
|
||||
"attentionCount": 0,
|
||||
"detail": "Bridge not connected"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user