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",
"title": "IntervalModule",
"title": "TimeIntervalModule",
"properties": {
"id": {
"type": "string"
},
"type": {
"const": "gen.interval"
"const": "time.interval"
},
"params": {
"type": "object",
@@ -72,13 +72,13 @@
},
{
"type": "object",
"title": "TimerModule",
"title": "TimeTimerModule",
"properties": {
"id": {
"type": "string"
},
"type": {
"const": "gen.timer"
"const": "time.timer"
},
"params": {
"type": "object",