module

PlaceOS::Driver::Interface::GuestBuildingAccess

Instance methods

grant_guest_access(name : String, email : String, starting : Int64, ending : Int64) : AccessDetails

a function for granting guests access to a building should return a payload that can be encoded into a QR code the response is expected to be hexstring

Source
guest_access_configured?

return true if we can grant guest access

Source
revoke_guest_access(details : JSON::Any)

revoke access to a building

Source

Nested types