Package net.solarnetwork.node.setup
Class SetupSettings
java.lang.Object
net.solarnetwork.node.setup.SetupSettings
Constants for setup related settings.
- Version:
- 1.0
- Author:
- matt
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe confirmation code supplied by the SolarNetwork server.static final StringThe node ID.static final StringThe SolarNetwork force TLS status.static final StringThe SolarNetwork server host name.static final StringThe SolarNetwork server host port.static final StringA type key for setup settings. -
Method Summary
-
Field Details
-
SETUP_TYPE_KEY
A type key for setup settings.- See Also:
-
KEY_NODE_ID
The node ID.- See Also:
-
KEY_SOLARNETWORK_HOST_NAME
The SolarNetwork server host name.- See Also:
-
KEY_SOLARNETWORK_HOST_PORT
The SolarNetwork server host port.- See Also:
-
KEY_SOLARNETWORK_FORCE_TLS
The SolarNetwork force TLS status.- See Also:
-
KEY_CONFIRMATION_CODE
The confirmation code supplied by the SolarNetwork server.- See Also:
-