Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed sensor with cron trigger start/end time
  • Loading branch information
justjam2013 authored Nov 11, 2024
1 parent 0ea52f6 commit fa525f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Note:
"cronTrigger": {
"pattern": "* * * * * *",
"zoneId": "America/Los_Angeles",
"isDisabled": true
"isDisabled": false
}
}
```
Expand All @@ -246,9 +246,9 @@ Note:
"cronTrigger": {
"pattern": "* * * * * *",
"zoneId": "America/Los_Angeles",
"startDate": "2024-11-14T19:41:00Z",
"endDate": "2024-11-30T19:42:00Z",
"isDisabled": true
"startDateTime": "2024-11-14T19:41:00Z",
"endDateTime": "2024-11-30T19:41:00Z",
"isDisabled": false
}
}
```
Expand Down

0 comments on commit fa525f5

Please sign in to comment.