somakeit / door-controller2

A new door controller for a new space, where all the previous hardware is broken and we can't replace it.
1 stars 0 forks source link

Getting latest details from the members area (polling) #12

Closed benjie closed 9 years ago

benjie commented 9 years ago

Members area will return an object of the form:

{
  "tags": {
    "01234567": {
      "assigned_user": "00001",
      "count": 1,
      "sector_a_key_a": "a2V5IGEA",
      "sector_a_key_b": "a2V5IGIA",
      "sector_a_secret": "hoteEaISPm56KrcIX67fMWRWEm3GmZU=",
      "sector_a_sector": 1,
      "sector_b_key_a": "a2V5IGEA",
      "sector_b_key_b": "a2V5IGIA",
      "sector_b_secret": "fp6C+KijosMbvxMF9vo3cNS2c98oSGY=",
      "sector_b_sector": 2
    }
  },
  "users": {
    "00001": {
      "name": "Benjie Gillam",
      "roles": [1, 7, 19]
    }
  }
}
benjie commented 9 years ago

Member: 4 Keyholder: 5

brackendawson commented 9 years ago

I think this only means "check they're a keyholder"