diff --git a/content/.obsidian/core-plugins-migration.json b/content/.obsidian/core-plugins-migration.json index 356e253..2b97aa1 100644 --- a/content/.obsidian/core-plugins-migration.json +++ b/content/.obsidian/core-plugins-migration.json @@ -26,5 +26,6 @@ "publish": false, "sync": false, "canvas": true, - "bookmarks": true + "bookmarks": true, + "properties": false } \ No newline at end of file diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index 1c58aea..4de92dc 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -19,6 +19,18 @@ } } }, + { + "id": "238ba022d07a7436", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Garage Door Opener.md", + "mode": "source", + "source": false + } + } + }, { "id": "1f1f024283ea8110", "type": "leaf", @@ -31,7 +43,8 @@ } } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -97,7 +110,7 @@ "state": { "type": "backlink", "state": { - "file": "Secret Garden.md", + "file": "Garage Door Opener.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -114,7 +127,7 @@ "state": { "type": "outline", "state": { - "file": "Secret Garden.md" + "file": "Garage Door Opener.md" } } } @@ -134,7 +147,7 @@ "markdown-importer:Open format converter": false } }, - "active": "160122bd13ae4b72", + "active": "238ba022d07a7436", "lastOpenFiles": [ "Things I Recommend.md", "Airflow.md", diff --git a/content/Garage Door Opener.md b/content/Garage Door Opener.md index 02209a2..24af509 100644 --- a/content/Garage Door Opener.md +++ b/content/Garage Door Opener.md @@ -6,7 +6,7 @@ Short: 5 In the quest to automate as much of my house as possible, I thought it would be useful to be able to remotely control my garage door from my home automation system. If I suspected that I forgot to close it while leaving, I could check in my security cameras and then close it from anywhere. It's nice having this peace of mind, even if it almost never happens. -Instead of reverse engineering the wireless protocol, cracking the encryption, and sending my own commands, I figured it would be much easier to hack the hardware. I cracked open a spare remote to find that it contained a basic PCB with simple tactile switches. +Instead of reverse engineering the wireless protocol, cracking the encryption, and sending my own commands, I figured it would be much easier to hack the hardware. I pried open a spare remote to find that it contained a basic PCB with simple tactile switches. ![[garage1.jpg | the six parts of the spare remote on my desk: metal clip, plastic buttons, battery, PCB, and two halves of the case]]