Skip to content

A systemd service that monitor a Kinto bucket to sync config updates.

License

Notifications You must be signed in to change notification settings

habibdhif/raspberry-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspberry-service

A Kinto plugin to start/stop playing a playlist on MPD.

JSON schema:

{
  "properties": {
    "status": {
      "title": "Status",
      "type": "string",
      "description": "Is the tag on currently on the reader?",
      "enum": [
        "on",
        "off"
      ]
    },
    "nfcReader": {
      "title": "NFC Reader ID",
      "type": "string",
      "description": "The ID of the NFC reader that did the update"
    }
  },
  "type": "object"
}

UI schema:

{
  "ui:order": [
    "nfcReader",
    "status"
  ]
}

About

A systemd service that monitor a Kinto bucket to sync config updates.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%