中文 | English
A Schedule Tools, You can create a scheduled task by using the cron string
home
create schedule
You can select parts of the instructions, combine and sort, them to achieve the effect you want. For example, by the combination of date-time
and notification
two directives, are set to execute once an hour, then you get an instruction that will ring every hour.
If you are a fan of the Internet of Things (IoT) and have a built-in MQTT messaging service, you only need to configure your own MQTT service to send MQTT content regularly.
more directive see here
need
- node >= 16.*
- typescript >= 5.1.3
- pnpm >= 8.6.0
# install dependencies
pnpm i
# run
pnpm dev
# build
pnpm build