forked from rdkcentral/Thunder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Controller] Reduce opaqueness of JSON-RPC API (rdkcentral#1466)
* [Controller] Reduce opaqueness of JSON-RPC API * Fix windows build * Update Controller documentation * Install JsonData headers * Remove debug --------- Co-authored-by: Pierre Wielders <[email protected]>
- Loading branch information
1 parent
46ec55c
commit 8cb5dc3
Showing
19 changed files
with
1,144 additions
and
1,136 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "plugin.schema.json", | ||
"info": { | ||
"title": "Controller Plugin", | ||
"callsign": "Controller", | ||
"locator": "(built-in)", | ||
"status": "production", | ||
"version": "1.0", | ||
"acronyms": { | ||
"FQDN": "Fully-Qualified Domain Name", | ||
"SSDP": "Simple Service Discovery Protocol" | ||
} | ||
}, | ||
"interface": [ | ||
{ "$cppref": "{cppinterfacedir}/IController.h" } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.