From 69f61cd81622e3f5c3f00e73713fa71b9a7998ab Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Thu, 11 Jun 2026 09:41:55 +0200 Subject: [PATCH] typo --- startioc.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/startioc.sh b/startioc.sh index e619651..fa10f14 100755 --- a/startioc.sh +++ b/startioc.sh @@ -1,15 +1,16 @@ #!/bin/bash -#an exemple of how to strat this epics drivers +#an example of how to start these epic drivers ## The device name that will appeard on epics export DEVICE_NAME="ePowerSwitch" -# The number of outlet that the device had -# This drivers only support 4 or 8 outlet +# The number of outlets that the device has +# These drivers only support 4 or 8 outlets + export EPOWERSWITCH_SOCKET_NUMBER=8 -# The host name and port of the ePowerSwitch device +# The hostname and port of the ePowerSwitch device export HOST_NAME="localhost" export HOST_PORT="55555"