Class: ZktClient::Device
Overview
Department class handles operations related to devices in the ZktClient
Constant Summary collapse
- URLS =
URL endpoints for the device resource
{ base: "/iclock/api/terminals/" }.freeze
- REQUIRED_FEILDS =
Required fields for creating or updating a device resource
%i[sn alias ip_address].freeze