Public Member Functions | |
| def | __init__ |
| def | __family__ |
| def | clockWildcard |
| def | getDateTimeString |
| def | getDateString |
| def | setDateString |
| def | getTimeString |
| def | setTimeString |
| def | getSec |
| def | getMin |
| def | getHrs |
| def | getDow |
| def | setDow |
| def | getDay |
| def | getMon |
| def | getYrs |
| def | getDateTime |
| def | setDateTime |
| def | getDate |
| def | setDate |
| def | getTime |
| def | setTime |
| def | __getSec__ |
| def | __setSec__ |
| def | __getMin__ |
| def | __setMin__ |
| def | __getHrs__ |
| def | __setHrs__ |
| def | __getDay__ |
| def | __setDay__ |
| def | __getMon__ |
| def | __setMon__ |
| def | __getYrs__ |
| def | __setYrs__ |
| def | __getDow__ |
| def | __setDow__ |
| def | __getDateTime__ |
| def | __setDateTime__ |
| def | __getDate__ |
| def | __setDate__ |
| def | __getTime__ |
| def | __setTime__ |
| def | __getDateTimeString__ |
| def | __getDateString__ |
| def | __getTimeString__ |
| def | BcdBits2Int |
| def | Int2BcdBits |
| def | checkYear |
| def | checkDow |
| def | DateValues2String |
| def | TimeValues2String |
| def | Strings2DateTimeString |
| def | String2DateValues |
| def | String2TimeValues |
Definition at line 40 of file __init__.py.
| def webiopi.devices.clock.Clock.__init__ | ( | self | ) |
Definition at line 42 of file __init__.py.
| def webiopi.devices.clock.Clock.__family__ | ( | self | ) |
Definition at line 47 of file __init__.py.
| def webiopi.devices.clock.Clock.__getDate__ | ( | self | ) |
Definition at line 230 of file __init__.py.
References webiopi.devices.clock.Clock.__getDay__(), webiopi.devices.clock.Clock.__getMon__(), and webiopi.devices.clock.Clock.__getYrs__().
Referenced by webiopi.devices.clock.Clock.__getDateString__(), and webiopi.devices.clock.Clock.getDate().
| def webiopi.devices.clock.Clock.__getDateString__ | ( | self | ) |
Definition at line 260 of file __init__.py.
References webiopi.devices.clock.Clock.__getDate__(), and webiopi.devices.clock.Clock.DateValues2String().
Referenced by webiopi.devices.clock.Clock.getDateString().
| def webiopi.devices.clock.Clock.__getDateTime__ | ( | self | ) |
Definition at line 213 of file __init__.py.
References webiopi.devices.clock.Clock.__getDay__(), webiopi.devices.clock.Clock.__getHrs__(), webiopi.devices.clock.Clock.__getMin__(), webiopi.devices.clock.Clock.__getMon__(), webiopi.devices.clock.Clock.__getSec__(), and webiopi.devices.clock.Clock.__getYrs__().
Referenced by webiopi.devices.clock.Clock.__getDateTimeString__(), and webiopi.devices.clock.Clock.getDateTime().
| def webiopi.devices.clock.Clock.__getDateTimeString__ | ( | self | ) |
Definition at line 254 of file __init__.py.
References webiopi.devices.clock.Clock.__getDateTime__(), webiopi.devices.clock.Clock.DateValues2String(), webiopi.devices.clock.Clock.Strings2DateTimeString(), and webiopi.devices.clock.Clock.TimeValues2String().
Referenced by webiopi.devices.clock.Clock.getDateTimeString().
| def webiopi.devices.clock.Clock.__getDay__ | ( | self | ) |
Definition at line 180 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDate__(), webiopi.devices.clock.Clock.__getDateTime__(), and webiopi.devices.clock.Clock.getDay().
| def webiopi.devices.clock.Clock.__getDow__ | ( | self | ) |
Definition at line 198 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.getDow().
| def webiopi.devices.clock.Clock.__getHrs__ | ( | self | ) |
Definition at line 174 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateTime__(), webiopi.devices.clock.Clock.__getTime__(), and webiopi.devices.clock.Clock.getHrs().
| def webiopi.devices.clock.Clock.__getMin__ | ( | self | ) |
Definition at line 168 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateTime__(), webiopi.devices.clock.Clock.__getTime__(), and webiopi.devices.clock.Clock.getMin().
| def webiopi.devices.clock.Clock.__getMon__ | ( | self | ) |
Definition at line 186 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDate__(), webiopi.devices.clock.Clock.__getDateTime__(), and webiopi.devices.clock.Clock.getMon().
| def webiopi.devices.clock.Clock.__getSec__ | ( | self | ) |
Definition at line 162 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateTime__(), webiopi.devices.clock.Clock.__getTime__(), and webiopi.devices.clock.Clock.getSec().
| def webiopi.devices.clock.Clock.__getTime__ | ( | self | ) |
Definition at line 241 of file __init__.py.
References webiopi.devices.clock.Clock.__getHrs__(), webiopi.devices.clock.Clock.__getMin__(), and webiopi.devices.clock.Clock.__getSec__().
Referenced by webiopi.devices.clock.Clock.__getTimeString__(), webiopi.devices.sensor.tslXXXX.TSL_LIGHT_X.getTime(), and webiopi.devices.clock.Clock.getTime().
| def webiopi.devices.clock.Clock.__getTimeString__ | ( | self | ) |
Definition at line 264 of file __init__.py.
References webiopi.devices.clock.Clock.__getTime__(), and webiopi.devices.clock.Clock.TimeValues2String().
Referenced by webiopi.devices.clock.Clock.getTimeString().
| def webiopi.devices.clock.Clock.__getYrs__ | ( | self | ) |
Definition at line 192 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDate__(), webiopi.devices.clock.Clock.__getDateTime__(), and webiopi.devices.clock.Clock.getYrs().
| def webiopi.devices.clock.Clock.__setDate__ | ( | self, | |
| aDate | |||
| ) |
Definition at line 235 of file __init__.py.
References webiopi.devices.clock.Clock.__setDay__(), webiopi.devices.clock.Clock.__setMon__(), webiopi.devices.clock.Clock.__setYrs__(), and webiopi.devices.clock.Clock.checkYear().
Referenced by webiopi.devices.clock.Clock.setDate().
| def webiopi.devices.clock.Clock.__setDateTime__ | ( | self, | |
| aDatetime | |||
| ) |
Definition at line 221 of file __init__.py.
References webiopi.devices.clock.Clock.__setDay__(), webiopi.devices.clock.Clock.__setHrs__(), webiopi.devices.clock.Clock.__setMin__(), webiopi.devices.clock.Clock.__setMon__(), webiopi.devices.clock.Clock.__setSec__(), webiopi.devices.clock.Clock.__setYrs__(), and webiopi.devices.clock.Clock.checkYear().
Referenced by webiopi.devices.clock.Clock.setDateTime().
| def webiopi.devices.clock.Clock.__setDay__ | ( | self, | |
| value | |||
| ) |
Definition at line 183 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDate__(), and webiopi.devices.clock.Clock.__setDateTime__().
| def webiopi.devices.clock.Clock.__setDow__ | ( | self, | |
| value | |||
| ) |
Definition at line 201 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.setDow().
| def webiopi.devices.clock.Clock.__setHrs__ | ( | self, | |
| value | |||
| ) |
Definition at line 177 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDateTime__(), and webiopi.devices.clock.Clock.__setTime__().
| def webiopi.devices.clock.Clock.__setMin__ | ( | self, | |
| value | |||
| ) |
Definition at line 171 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDateTime__(), and webiopi.devices.clock.Clock.__setTime__().
| def webiopi.devices.clock.Clock.__setMon__ | ( | self, | |
| value | |||
| ) |
Definition at line 189 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDate__(), and webiopi.devices.clock.Clock.__setDateTime__().
| def webiopi.devices.clock.Clock.__setSec__ | ( | self, | |
| value | |||
| ) |
Definition at line 165 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDateTime__(), and webiopi.devices.clock.Clock.__setTime__().
| def webiopi.devices.clock.Clock.__setTime__ | ( | self, | |
| aTime | |||
| ) |
Definition at line 246 of file __init__.py.
References webiopi.devices.clock.Clock.__setHrs__(), webiopi.devices.clock.Clock.__setMin__(), and webiopi.devices.clock.Clock.__setSec__().
Referenced by webiopi.devices.sensor.tslXXXX.TSL_LIGHT_X.setTime(), and webiopi.devices.clock.Clock.setTime().
| def webiopi.devices.clock.Clock.__setYrs__ | ( | self, | |
| value | |||
| ) |
Definition at line 195 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDate__(), and webiopi.devices.clock.Clock.__setDateTime__().
| def webiopi.devices.clock.Clock.BcdBits2Int | ( | self, | |
| bits | |||
| ) |
Definition at line 271 of file __init__.py.
| def webiopi.devices.clock.Clock.checkDow | ( | self, | |
| dow | |||
| ) |
Definition at line 312 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.setDow().
| def webiopi.devices.clock.Clock.checkYear | ( | self, | |
| year | |||
| ) |
Definition at line 306 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__setDate__(), and webiopi.devices.clock.Clock.__setDateTime__().
| def webiopi.devices.clock.Clock.clockWildcard | ( | self | ) |
Definition at line 55 of file __init__.py.
References webiopi.devices.clock.Clock.getDateString(), webiopi.devices.clock.Clock.getDow(), webiopi.devices.clock.Clock.getTimeString(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.DateValues2String | ( | self, | |
| year, | |||
| month, | |||
| day | |||
| ) |
Definition at line 319 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateString__(), and webiopi.devices.clock.Clock.__getDateTimeString__().
| def webiopi.devices.clock.Clock.getDate | ( | self | ) |
Definition at line 147 of file __init__.py.
References webiopi.devices.clock.Clock.__getDate__().
| def webiopi.devices.clock.Clock.getDateString | ( | self | ) |
Definition at line 72 of file __init__.py.
References webiopi.devices.clock.Clock.__getDateString__(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.clock.Clock.clockWildcard(), and webiopi.devices.clock.Clock.setDateString().
| def webiopi.devices.clock.Clock.getDateTime | ( | self | ) |
Definition at line 141 of file __init__.py.
References webiopi.devices.clock.Clock.__getDateTime__().
| def webiopi.devices.clock.Clock.getDateTimeString | ( | self | ) |
Definition at line 67 of file __init__.py.
References webiopi.devices.clock.Clock.__getDateTimeString__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getDay | ( | self | ) |
Definition at line 125 of file __init__.py.
References webiopi.devices.clock.Clock.__getDay__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getDow | ( | self | ) |
Definition at line 113 of file __init__.py.
References webiopi.devices.clock.Clock.__getDow__(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.clock.Clock.clockWildcard(), and webiopi.devices.clock.Clock.setDow().
| def webiopi.devices.clock.Clock.getHrs | ( | self | ) |
Definition at line 108 of file __init__.py.
References webiopi.devices.clock.Clock.__getHrs__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getMin | ( | self | ) |
Definition at line 103 of file __init__.py.
References webiopi.devices.clock.Clock.__getMin__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getMon | ( | self | ) |
Definition at line 130 of file __init__.py.
References webiopi.devices.clock.Clock.__getMon__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getSec | ( | self | ) |
Definition at line 98 of file __init__.py.
References webiopi.devices.clock.Clock.__getSec__(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.getTime | ( | self | ) |
Definition at line 153 of file __init__.py.
References webiopi.devices.clock.Clock.__getTime__().
| def webiopi.devices.clock.Clock.getTimeString | ( | self | ) |
Definition at line 85 of file __init__.py.
References webiopi.devices.clock.Clock.__getTimeString__(), webiopi.decorators.rest.request(), and coap-client.response.
Referenced by webiopi.devices.clock.Clock.clockWildcard(), and webiopi.devices.clock.Clock.setTimeString().
| def webiopi.devices.clock.Clock.getYrs | ( | self | ) |
Definition at line 135 of file __init__.py.
References webiopi.devices.clock.Clock.__getYrs__().
| def webiopi.devices.clock.Clock.Int2BcdBits | ( | self, | |
| value | |||
| ) |
Definition at line 295 of file __init__.py.
Referenced by webiopi.devices.clock.dsrtc.DS1307.__setSec__().
| def webiopi.devices.clock.Clock.setDate | ( | self, | |
| aDate | |||
| ) |
Definition at line 150 of file __init__.py.
References webiopi.devices.clock.Clock.__setDate__().
Referenced by webiopi.devices.clock.Clock.setDateString().
| def webiopi.devices.clock.Clock.setDateString | ( | self, | |
| value | |||
| ) |
Definition at line 77 of file __init__.py.
References webiopi.devices.clock.Clock.getDateString(), webiopi.decorators.rest.request(), coap-client.response, webiopi.devices.clock.Clock.setDate(), and webiopi.devices.clock.Clock.String2DateValues().
| def webiopi.devices.clock.Clock.setDateTime | ( | self, | |
| aDatetime | |||
| ) |
Definition at line 144 of file __init__.py.
References webiopi.devices.clock.Clock.__setDateTime__().
| def webiopi.devices.clock.Clock.setDow | ( | self, | |
| value | |||
| ) |
Definition at line 118 of file __init__.py.
References webiopi.devices.clock.Clock.__setDow__(), webiopi.devices.clock.Clock.checkDow(), webiopi.devices.clock.Clock.getDow(), webiopi.decorators.rest.request(), and coap-client.response.
| def webiopi.devices.clock.Clock.setTime | ( | self, | |
| aTime | |||
| ) |
Definition at line 156 of file __init__.py.
References webiopi.devices.clock.Clock.__setTime__().
Referenced by webiopi.devices.clock.Clock.setTimeString().
| def webiopi.devices.clock.Clock.setTimeString | ( | self, | |
| value | |||
| ) |
Definition at line 90 of file __init__.py.
References webiopi.devices.clock.Clock.getTimeString(), webiopi.decorators.rest.request(), coap-client.response, webiopi.devices.clock.Clock.setTime(), and webiopi.devices.clock.Clock.String2TimeValues().
| def webiopi.devices.clock.Clock.String2DateValues | ( | self, | |
| string | |||
| ) |
Definition at line 331 of file __init__.py.
References webiopi.utils.types.toint().
Referenced by webiopi.devices.clock.Clock.setDateString().
| def webiopi.devices.clock.Clock.String2TimeValues | ( | self, | |
| string | |||
| ) |
Definition at line 338 of file __init__.py.
References webiopi.utils.types.toint().
Referenced by webiopi.devices.clock.Clock.setTimeString().
| def webiopi.devices.clock.Clock.Strings2DateTimeString | ( | self, | |
| dateString, | |||
| timeString | |||
| ) |
Definition at line 327 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateTimeString__().
| def webiopi.devices.clock.Clock.TimeValues2String | ( | self, | |
| hour, | |||
| minute, | |||
| second | |||
| ) |
Definition at line 323 of file __init__.py.
Referenced by webiopi.devices.clock.Clock.__getDateTimeString__(), and webiopi.devices.clock.Clock.__getTimeString__().
1.8.8