Class: ZktClient::Device

Inherits:
Base
  • Object
show all
Defined in:
lib/zkt_client/models/device.rb

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

Method Summary

Methods inherited from Base

create, delete, list, show, update