Switch categories to tags

This commit is contained in:
2024-10-14 15:49:31 +00:00
parent 7beac40ecd
commit 4578d6f9f2
12 changed files with 29 additions and 46 deletions

View File

@@ -1,9 +1,9 @@
---
title: "Laundry Monitor Software"
date: "2018-04-02"
categories:
- "code"
- "floating-status-window"
tags:
- "Code"
- "Floating Status Window"
---
The software side of [LaundryMonitor](https://github.com/ckaczor/LaundryMonitor) is currently pretty straightforward. The [C.H.I.P.](https://getchip.com/pages/chip) runs a Node.js application that keeps track of a GPIO pin for each current switch - when the switch is closed the appliance is on and when the switch is open the appliance is off. The application exposes a websocket that applications like [HomeStatusWindow](https://github.com/ckaczor/HomeStatusWindow) can watch and messages are sent to a family Telegram channel.