Refactor: Multi-File-Struktur mit wiederverwendbaren Intent-Factories #1

Merged
vogto merged 6 commits from refactor/multi-file-factories into main 2026-08-24 20:21:37 +02:00
Showing only changes of commit a0f6b0a8eb - Show all commits
+4 -1
View File
@@ -255,4 +255,7 @@ function makeSlotSensorIntent({
const PERIOD_PHRASES = { const PERIOD_PHRASES = {
tag: 'diesen Tag', tag: 'diesen Tag',
woche: 'diese Woche', woche: 'diese Woche',
monat: 'diesen Monat', }­odule.exports = { makeApplianceIntent, makeSimpleSensorIntent, makeSlotSensorIntent, resolveSlot, PERIOD_PHRASES }; monat: 'diesen Monat',
};
module.exports = { makeApplianceIntent, makeSimpleSensorIntent, makeSlotSensorIntent, resolveSlot, PERIOD_PHRASES };