b7fea83ed6
Deliver the initial local bridge, Noctalia v4/v5 adapters, desktop client, service unit, tests, and implementation documentation for persistent Pi status and control.
21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|