Skip to content

Smart-Home-Guard/tempusalert-be

Repository files navigation

Smart Home Guard back-end

CD CD

Main contributors

Feature module convention

Each feature module must export the following components with these exact names:

  • WebFeature
  • IotFeature
  • WebNotification
  • IotNotification
  • MUST_ON

in order for the macro create_features! to work properly!

See the template_feature in backend-core for an example exposed module interface.

Generate a pair of public/private keys for web push

  1. Run this command
npx web-push generate-vapid-keys --json
  1. Update the PUBLIC_VAPID_KEY and PRIVATE_VAPID_KEY accordingly.

About

The api server powering the frontend and a mqtt client powering smart house

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages