This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
memberPlumbing/config.json

10 lines
365 B
JSON
Raw Normal View History

2018-05-27 17:17:36 -04:00
{
"doors": {
"Rental Studio": {"ip": "172.18.51.11", "access": "Rental Studio"},
"Storage Closet": {"ip": "172.18.51.12", "access": "Storage Closet"},
"Metal Shop": {"ip": "172.18.51.13", "access": "Metal Shop"},
"Wood Shop": {"ip": "172.18.51.14", "access": "Wood Shop"},
"Wood Shop Rear": {"ip": "172.18.51.15", "access": "Wood Shop"}
}
}