2021-08-04 Fred Gleason <fredg@paravelsystems.com>

* Modified rdairplay(1) to use the standard date/time formatting
	strings.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-08-04 17:07:23 -04:00
parent 0628f586b8
commit 5bf11fdabe
28 changed files with 224 additions and 355 deletions

View File

@@ -29,7 +29,7 @@
class RDAirPlayConf
{
public:
enum TimeMode {TwelveHour=0,TwentyFourHour=1};
// enum TimeMode {TwelveHour=0,TwentyFourHour=1};
enum OpModeStyle {Unified=0,Independent=1};
enum OpMode {Previous=0,LiveAssist=1,Auto=2,Manual=3};
enum ActionMode {Normal=0,AddFrom=1,AddTo=2,DeleteFrom=3,MoveFrom=4,MoveTo=5,