switch interval and timer to new namespace

This commit is contained in:
Joel Wetzell
2025-12-26 11:21:53 -06:00
parent ef83e84e84
commit 4ca989280c

View File

@@ -48,13 +48,13 @@
}, },
{ {
"type": "object", "type": "object",
"title": "IntervalModule", "title": "TimeIntervalModule",
"properties": { "properties": {
"id": { "id": {
"type": "string" "type": "string"
}, },
"type": { "type": {
"const": "gen.interval" "const": "time.interval"
}, },
"params": { "params": {
"type": "object", "type": "object",
@@ -72,13 +72,13 @@
}, },
{ {
"type": "object", "type": "object",
"title": "TimerModule", "title": "TimeTimerModule",
"properties": { "properties": {
"id": { "id": {
"type": "string" "type": "string"
}, },
"type": { "type": {
"const": "gen.timer" "const": "time.timer"
}, },
"params": { "params": {
"type": "object", "type": "object",