示例#1
0
        public const int MISC_ZWAVE = 0x1000; // zwave device

        #endregion Fields

        #region Methods

        public static string GetBodyContent(hsapplication homeSeerApp)
        {
            string body = "";

              try
              {
            body = homeSeerApp.GetPageHeader(App.PLUGIN_NAME, "", "", false, false, false, true, false);
              }
              catch (Exception)
              {

              }
              return body;
        }
示例#2
0
        public static string GetHeadContent(hsapplication homeSeerApp)
        {
            string header = "";

              try
              {
            header = homeSeerApp.GetPageHeader(App.PLUGIN_NAME, "", "", false, false, true, false, false);
              }
              catch (Exception)
              {

              }
              return header;
        }