mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
switch interval and timer to new namespace
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user