Skip to main content

睿视接口的封装

Project description

ruishi

睿视门禁的接口封装

使用方法

from ruishi import Ruishi

# 创建用户实例
user = Ruishi('username', 'password')
# 获取房间列表
room_list = user.get_room_list()
# 获取设备列表
device_list = user.get_device_list([room.nodeUuid for room in room_list])
# 开门请求
user.open_door()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ruishi-0.1.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

ruishi-0.1.3-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page