Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 954 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 954 Bytes

web-gsm-gateway

Initiate calls on your behalf from web. Used for GSM activated gates and barriers

Usage

Update template.yaml with your data. Provision template with AWS SAM

sam deploy --guided

DynamoDB records format

{
  "id": {
    "S": "1_elm_plumber"
  },
  "owner": {
    "S": "Fred C"
  },
  "caller_id": {
    "S": "+555222333444"
  },
  "chat_id": {
    "N": "-12345678"
  }
}
  • id - is part of url. You will give your guests url like https://my.example.com/open/1_elm_plumber
  • owner - your name, free form, for reference only
  • caller_id - your number, registered in gate/barrier whitelist that will be used as call originator
  • chat_id - (optional) telegram chat to get notified when plumber opened the gate/barrier