Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$Location and $Temperature are not included in dumps #1

Closed
TadavomnisT opened this issue Jan 10, 2024 · 0 comments
Closed

$Location and $Temperature are not included in dumps #1

TadavomnisT opened this issue Jan 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TadavomnisT
Copy link
Owner

A server dump contains following attrs:

...
  [48]=>
  array(17) {
    [0]=>
    int(26)
    [1]=>
    string(3) "C49"
    [2]=>
    string(5) "Cloud"
    [3]=>
    int(30)
    [4]=>
    int(10548)
    [5]=>
    int(79087)
    [6]=>
    int(76329)
    [7]=>
    int(2533048)
    [8]=>
    int(2162785)
    [9]=>
    int(141)
    [10]=>
    int(1485)
    [11]=>
    int(1481)
    [12]=>
    int(1403)
    [13]=>
    float(1.5)
    [14]=>
    int(3)
    [15]=>
    bool(true)
    [16]=>
    array(0) {
    }
  }
  [49]=>
  array(17) {
    [0]=>
    int(22)
    [1]=>
    string(3) "E50"
    [2]=>
    string(4) "Edge"
    [3]=>
    int(23)
    [4]=>
    int(29473)
    [5]=>
    int(17880)
    [6]=>
    int(16497)
    [7]=>
    int(3563255)
    [8]=>
    int(3098078)
    [9]=>
    int(117)
    [10]=>
    int(13)
    [11]=>
    int(16)
    [12]=>
    int(1356)
    [13]=>
    float(1.5)
    [14]=>
    int(2)
    [15]=>
    bool(true)
    [16]=>
    array(0) {
    }
  }
  [50]=>
  array(17) {
    [0]=>
    int(0)
    [1]=>
    string(2) "S1"
    [2]=>
    string(7) "Default"
    [3]=>
    int(8)
    [4]=>
    int(16000)
    [5]=>
    int(32768)
    [6]=>
    int(28672)
    [7]=>
    int(1048576)
    [8]=>
    int(786432)
    [9]=>
    int(10)
    [10]=>
    int(10)
    [11]=>
    int(12)
    [12]=>
    int(1000)
    [13]=>
    float(1.5)
    [14]=>
    int(98)
    [15]=>
    bool(true)
    [16]=>
    array(0) {
    }
  }
...

While $Location and $Temperature are not in the dump.

@TadavomnisT TadavomnisT added the bug Something isn't working label Jan 10, 2024
@TadavomnisT TadavomnisT pinned this issue Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant