smc_keys ======== Apple's system management controller keys. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: smc_keys`` - Mac OSX Table schema ------------ ====== ======= ============================================== Name Type Description ====== ======= ============================================== key TEXT 4-character key type TEXT SMC-reported type literal type size INTEGER Reported size of data in bytes value TEXT A type-encoded representation of the key value hidden INTEGER 1 if this key is normally hidden, otherwise 0 ====== ======= ============================================== Query examples -------------- .. code-block:: sql select * from smc_keys where key = 'MOJO'