MINUT provides privacy-safe monitoring solutions for rental properties, including noise, occupancy, and cigarette smoke detection. Their platform aims to protect properties, prevent damage, and ensure community safety without using intrusive cameras. It serves various rental types, such as vacation, residential, and hotels, and offers integrations with other property management tools. Minut focuses on delivering real-time notifications and data to help property managers maintain safety and efficiency.
For more details, visit Minut.
Our plugin Ez Minut allows bubble applications to receive data from MINUT sensor devices.
Instruction
Ez Minut Actions:
Create Webhook
Delete Webhook
Get All Homes
Get All Properties
Get Device
Get Home
Get AccesToken
1) First of all, generate an Access Token for a device. After that, You can Use all Plugin Actions. From Plugin Tab, choose Generate AccesToken.
2) After that, a window that requires entering the Client ID and Client Secret will appear.
Client ID and Client Secret you can get from MINUT device dashboard.
3) Get All Properties.
To get all properties, you need to enter Your Access Token Generated previously.
After you push the action, you will get JSON that looks like this:
{
"organizations": [
{
"id": "65b10276b96e85137df9f229",
"name": "YOURNAME",
"user_role": "owner",
"personal": false,
"guest_communication": {
"disturbance_monitoring": {
"first_notice": {
"sms_content": "Hi there! We hope you're enjoying your stay. We've detected
noise levels that are higher than
allowed in this home. If you could please
keep the noise down we'd
appreciate it!",
"autocall_content": "Hi.
This is an automated message from
the host you are staying at. Loud noise
levels have been detected in this
home. If you could please keep
the noise down we would appreciate it."
},
"second_notice": {
"sms_content": "Hi there! We hope you're enjoying your stay. We've
detected noise levels that are higher
than allowed in this home.
If you could please keep the noise down we'd appreciate it!",
"autocall_content": "Hi. This is an
automated message from the host you
are staying at. Loud noise levels have been detected in this home.
If you could please keep the
noise
down we would appreciate it."
},
"third_notice": {
"sms_content": "Hi there! We hope you're enjoying your stay. We've detected noise
levels that are higher than allowed in this
home. If you could please keep the
noise
down we'd appreciate it!",
"autocall_content": "Hi. This is an
automated message from the host you are staying at.
Loud noise levels have been detected
in this home. If you could please keep the noise down we would appreciate it."
}
}
},
"created_at": "2024-01-24T12:28:38.581Z",
"owner_id": "65b100aedb87a4b504dc79cc",
"current_plan": "pro",
"current_subscription_status": "active",
"sensor_swap": {
"enabled": true
}
}
],
"paging": {
"limit": 20,
"offset": 0,
"total_count": 1
}
}
4) Get HomeGroups Action.
To get Home Groups Data, you need to Enter OrganisationID (from the previous step) and the Authorization you got from Create AccessToken Action. Getting data will look like this:
You will get information about property, where you can parse the "DEVICE ID" that we need to make calls in real-time. Received data will look like this:
7) Get Device ID.
To get Device ID, you have to open a MINUT device DashBoard, hex after "=" will be your Device ID.
8) How To Create a WebHook?
Firstly enter bubble entryPoint with "/initialize", after you get Data, erase"/initialize". This is useful for getting alerts when some events happen on the device (ex. Smoking, Loudness, etc.).
Feel free to contact us for any inquiries and weโll be happy to find a solution for your ideas โ http://eazycode.com/