docs.zenspace.io
  1. Schemas
docs.zenspace.io
  • 🧭 Introduction
  • 🧱 System Components
  • 🧰 Tech Stack
  • 🏗️ System Architecture
  • 🌐 Deployment Architecture
  • 🗄️ Database Design Documentation
  • API Endpoints
    • RaspberryPi
      • Heartbeat API
      • Retrieve all active sensors and device permissions
      • Control a device (e.g., turn on/off, adjust intensity)
      • Enable or disable a device
      • Register a meeting space ID and retrieve network details
    • Meeting Space
      • Schedule meeting space state
      • Get meeting spaces by customer
      • Get meeting space state by ID
      • Get meeting space state by device ID
      • Disable meeting space state
      • Send meeting space state by meeting space ID
      • Store meeting space availability
      • Create Google Calendar
    • Device Management
      • Create device
      • Create device sensors
      • Create or update admin unlock codes
      • Upload meeting space screenshot
    • Authentication
      • Create authorization token
    • Messaging
      • Send message to Android device
    • Booking
      • Send meeting space state by booking ID
      • Create or update booking
    • Iftt
      • Create a new event with conditions and actions
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • DevicePermission
      • MeetingSpace
      • MeetingRoomData
      • MeetingSpaceState
      • DeviceSensor
      • BookingRequest
      • StateResponse
  1. Schemas

DevicePermission

{
    "id": 28,
    "Module_Name": "Lock",
    "Device_Name": "Lock",
    "Device_No": 2,
    "Sensor_Data_Id": 14,
    "Sensor_Name": "lock2",
    "Button_Id": "lock2Toggle",
    "Operation_Type": 1,
    "Intensity": 0,
    "Operation_User": 1,
    "Current_Value": 1,
    "Date_Time": "2025-05-26T11:09:43.663Z"
}
Built with