# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright 2020 Raritan Inc. All rights reserved.
#
# This file was generated by IdlC from Outlet.idl.

use strict;

package Raritan::RPC::pdumodel::Outlet_1_3_2::StartupState;

use constant SS_ON => 0;
use constant SS_OFF => 1;
use constant SS_LASTKNOWN => 2;
use constant SS_PDUDEF => 3;

1;
