메소드 | 설명 | |
---|---|---|
EdimaxScheduleList2ScheduledEntries ( string edimaxScheduleList ) : IEnumerable |
Converting the value of an Edimax
|
|
IsIntersectionFree ( IEnumerable |
Checking, if an enumeration of TimePeriod objects doesn't contain intersecting TimePeriods
|
|
TimePeriod ( |
메소드 | 설명 | |
---|---|---|
CharToNumber ( char charToConvert ) : int |
Converting the characters used in
|
|
EdimaxScheduledEntryPart2ScheduledEntry ( string scheduledListPart ) : |
Converting a single schedule entry of the smartplug to a ScheduledEntry object such a single schedule entry consists of 5 characters [hour][minute][hour][minute][on/Off] [hour] is one single char representing the numbers from 0 to 23/24 [minute] is one single char representing the numbers from 0 to 59 [on/off] char '1' stands for 'on' char '0' represents 'off'
|
public static EdimaxScheduleList2ScheduledEntries ( string edimaxScheduleList ) : IEnumerable |
||
edimaxScheduleList | string | string representing the schedule list from an Edimax SmartPlug |
리턴 | IEnumerable |
public static IsIntersectionFree ( IEnumerable |
||
timePeriods | IEnumerable |
enumeration of Timeperiod objects to check |
리턴 | bool |
public TimePeriod ( |
||
begin | ||
end | ||
리턴 | System |