Add FKB information box to browser mod panel

This commit is contained in:
2022-07-18 23:08:18 +00:00
parent f7d3874010
commit 7c6e749c3f
5 changed files with 169 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ import pjson from "../../package.json";
X Fullscreen
- Motion/occupancy tracker
x Information about interaction requirement
- Information about fullykiosk
x Information about fullykiosk
- Commands
x Rename browser_mod commands to browser_mod services
x Framework

View File

@@ -25,6 +25,8 @@ interface FullyKiosk {
// Motion detection
getCamshotJpgBase64: { (): String };
getBooleanSetting: { (key: String): String };
}
declare global {