Sha256: d9d027ceb72b22d4ad9bd1b1acdaa83617f75879e723a0e30da2b35b8deea16f

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

# frozen_string_literal: true

require_relative '../../shared/products/device'

module Wizrb
  module Power
    module Products
      class SmartPlug < Wizrb::Shared::Products::Device
        MODULE_NAME_IDENTIFIER = 'SOCKET'

        def initialize(ip:, port: 38_899)
          super
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wizrb-1.1.2 lib/wizrb/power/products/smart_plug.rb