cterasdk.edge.timezone module¶
-
class
cterasdk.edge.timezone.Timezone(gateway)¶ Bases:
cterasdk.edge.base_command.BaseCommandGateway Timezone configuration
-
get_timezone()¶ Get the timezone of the gateway
Return str: The timezone of the gateway
-
set_timezone(timezone)¶ Set Timezone
Parameters: timezone (str) – New timezone to set
-