writeWifiSettingsOffline

public final Unit writeWifiSettingsOffline(String wifiPassword, String wifiSsid, String transmissionProtocol, String wifiIpAdd, String wifiIpMask, String wifiIpGateway, String wifiIpDns, Integer wifiIpPort, String wifiIpServer)

save Wi-Fi settings to printer, parameter should be null if the printer does not support the settings or it shouldn't be changed

Parameters

wifiPassword

device access password via the Wi-Fi interface: string between 0 and 40 characters

wifiSsid

SSID identifier for the Wi-Fi interface: string between 1 and 32 characters

transmissionProtocol

transmission protocol, following values are allowed: "ELZAB", "ELZABSTX", "THERMAL"

wifiIpAdd

4 integers ranging from 0 to 255 separated by dots, e.g. 192.168.0.2

wifiIpMask

4 integers ranging from 0 to 255 separated by dots, e.g. 192.168.0.2

wifiIpGateway

4 integers ranging from 0 to 255 separated by dots, e.g. 192.168.0.2

wifiIpDns

4 integers ranging from 0 to 255 separated by dots, e.g. 192.168.0.2

wifiIpPort

IP port for the Wi-Fi interface, it is an integer between 1 and 65535

wifiIpServer

IP server address for Wi-Fi interface, given as IP address(e.g. 192.168.0.2) or a symbolic name(e.g. elzab.com) containing 1 to 134 characters