Skip to content

Instantly share code, notes, and snippets.

@seongyooncho
Last active August 29, 2015 14:00
Show Gist options
  • Save seongyooncho/11199295 to your computer and use it in GitHub Desktop.
Save seongyooncho/11199295 to your computer and use it in GitHub Desktop.

server 연동

  • Auto/Manual 모드
    • bool LBN_Thrift_GetAuto();
    • void LBN_Thrift_SetAuto(1: bool auto);
  • Scene preview
    • void LBN_Thrift_PreviewScene(1: i32 sceneId);-1 넘기면 deselect 되도록
  • Scene 없는 context
    • stLBN_ContextRule에 property 추가 5: bool hasScene,
  • Context 개별 enable/disable
    • stLBN_ContextRule에 property 추가 6: bool enabled,
    • void LBN_Thrift_SetEnableContextRule(1: i32 contextId, 2: bool enable);
  • panel에 text 입력
    • (deprecated) send 버튼 눌렀을 때 전송 LBN_Thrift_SendMessageToModule(1: i32 moduleId, 2: string: message)
    • update 버튼 눌렀을 때 updatevoid LBN_Thrift_SetModuleMessage(1: i32 moduleId, 2: string message);
    • stLBN_Module에 property 추가 6: string message,
  • schedule timeline
    • timeline 그리기
    • simulate mode 버튼
    • click -> edit/add schedule
    • hover -> preview scene
    • edit/add panel

client 단독

  • Schedule 년도 삭제
  • Energy consumption 눈금
  • 로그인 화면
    • guest 모드 일때는 preview만
  • 센서값 panel에 표시
  • solar height 찌그러지게.
  • 건물 전체 낮추기
  • Timeline을 더 크게
  • Etri logo 크게
  • Solar에 정보 표시
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment