Ikea buttons

This commit is contained in:
2026-08-20 23:51:35 +03:00
parent 4d689be6ea
commit 0b29b081e2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -42,6 +42,7 @@ newBus start = Bus
channelHassEval :: Bus -> HASSEff a -> IO a
channelHassEval bus = \case
CallService svc -> atomically $ writeTChan (busOutbound bus) svc
Debug x -> print x
newtype CallIdGen = CallIdGen { generateCallId :: IO Int }