Qbert Handshake API
Get a list of all the handshake values
GET /site/manifest/handshake
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
deviceid |
integer/string | yes | QBert Device Identifier [ ro.serialno ] |
RESPONSE:
Field | Type | Description |
---|---|---|
RouterSSID | string | target Wifi SSID |
SiteChain | string | Chain designator [ Bufwldwngs ] |
GMTOffset | integer | Time offset from GMT [ -800 ] |
SiteIPAddress | string | IP address to set qbert to [ 172.23.59.11 ] |
StoreNumber | integer | Individual Store Id |
SiteId | integer | SiteID [1097] |
SiteName | string | Designated name for the Site |
{
}
## SiteInfo Response
Which of these fields need to carry over ?
```xml
<ActivityRank xmlns="http://services.buzztime.com/2011/01">0</ActivityRank>
<SiteInfo xmlns="http://services.buzztime.com/2011/01" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Id xmlns="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent">1097</Id>
<Chain>NONE</Chain>
<Location xmlns:b="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent.Customer">
<b:Address xmlns:c="http://schemas.datacontract.org/2004/07/Buzztime.Core.Geography">
<c:City>
<c:Name/>
</c:City>
<c:Country i:nil="true"/>
<c:State>
<c:Name/>
</c:State>
<c:StreetAddress1/>
<c:StreetAddress2 i:nil="true"/>
<c:ZipCode>
<c:ZipCodeValue/>
</c:ZipCode>
</b:Address>
<b:Id>1097</b:Id>
<b:Name>NTN BUZZTIME 1097</b:Name>
</Location>
<Phone>(123) 438-7400</Phone>
<PowerPage xmlns:b="http://services.buzztime.com/2011/03">
<b:Description/>
<b:Logo/>
<b:Opt21AndOver>false</b:Opt21AndOver>
<b:OptFreeWifi>false</b:OptFreeWifi>
<b:OptFullBar>false</b:OptFullBar>
<b:OptFullMenu>false</b:OptFullMenu>
<b:OptKidFriendly>false</b:OptKidFriendly>
<b:OptLiveMusic>false</b:OptLiveMusic>
<b:URL/>
<b:Image1/>
<b:Image2/>
<b:Image3/>
<b:PowerPageID>0</b:PowerPageID>
<b:URLFacebook/>
<b:URLMyspace/>
<b:URLTwitter/>
</PowerPage>
<SalesType>PILOT</SalesType>
<Accuracy>100</Accuracy>
<Distance>0</Distance>
<LastUpdatedDate>0001-01-01T00:00:00</LastUpdatedDate>
<Latitude>33.132608</Latitude>
<Longitude>-117.272221</Longitude>
<SiteEvents xmlns:b="http://schemas.datacontract.org/2004/07/Buzztime.Operations.Constituent.Site"/>
<SiteName>NTN BUZZTIME 1097</SiteName>
<ReviewCount>0</ReviewCount>
<TabletSite>false</TabletSite>
<FeatureEnabled>0</FeatureEnabled>
<ClassicSite>false</ClassicSite>
</SiteInfo>
<TimeZone xmlns="http://services.buzztime.com/2011/01">0</TimeZone>
<TriviaRank xmlns="http://services.buzztime.com/2011/01">0</TriviaRank>
GetSiteConfiguration Response
<SiteConfig xmlns="http://services.buzztime.com/2011/01" xmlns:b="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<b:KeyValuePairOfstringstring>
<b:key>IsTabletEnabled</b:key>
<b:value>False</b:value>
</b:KeyValuePairOfstringstring>
<b:KeyValuePairOfstringstring>
<b:key>WAPSSID</b:key>
<b:value>Buzztime161594909190</b:value>
</b:KeyValuePairOfstringstring>
<b:KeyValuePairOfstringstring>
<b:key>SiteManifestTabletCachePath</b:key>
<b:value>C:\Nginx\html\</b:value>
</b:KeyValuePairOfstringstring>
<b:KeyValuePairOfstringstring>
<b:key>GroupList</b:key>
<b:value>0,1,125,779,505,564,525,74,58,139,233,184,147,202,256,226,990</b:value>
</b:KeyValuePairOfstringstring>
<b:KeyValuePairOfstringstring>
<b:key>Locale</b:key>
<b:value>en-US</b:value>
</b:KeyValuePairOfstringstring>
</SiteConfig>